IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2007, 6:13:51 PM (20 years ago)
Author:
jhoblitt
Message:

add our own implementation of strcasestr() that's only used when it doesn't exist in libc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r10487 r10949  
    458458LDFLAGS=${TMP_LDFLAGS}
    459459CPPFLAGS=${TMP_CPPFLAGS}
     460
     461dnl set NO_STRCASESTR if we can't find strcasestr
     462AC_CHECK_FUNC([strcasestr], [], [AC_SUBST(NO_STRCASESTR, [1])])
    460463
    461464dnl ------- enable -Werror after all of the probes have run ---------
Note: See TracChangeset for help on using the changeset viewer.