IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2007, 9:37:31 AM (19 years ago)
Author:
rhl
Message:

strcasestr isn't in posix (and is in C namespace). Use psStrcasestr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r12502 r12885  
    8484dnl check the systems endianness
    8585AC_C_BIGENDIAN
    86 
    87 dnl set NO_STRCASESTR if we can't find strcasestr
    88 AC_CHECK_FUNC([strcasestr], [], [AC_SUBST(NO_STRCASESTR, [1])])
    8986
    9087AC_PREFIX_DEFAULT([/usr/local])
Note: See TracChangeset for help on using the changeset viewer.