Changeset 1357

Show
Ignore:
Timestamp:
01/27/08 07:23:04 (10 months ago)
Author:
glslang
Message:

+fix ofx case (in)sensitive issue reported by rexbron

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/m4/ofx.m4

    r1316 r1357  
    1717 
    1818        AC_LANG(C++) 
    19         AC_CHECK_HEADER(OfxCore.h, 
     19        AC_CHECK_HEADER(ofxCore.h, 
    2020                [ac_have_ofx="yes" AC_DEFINE(HAVE_OFX,1,[Define this if you have OFX support])], 
    2121                [AC_MSG_NOTICE([*** OFX development headers not available. Please check your OFX installation ***])])