IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10950


Ignore:
Timestamp:
Jan 5, 2007, 6:23:34 PM (19 years ago)
Author:
jhoblitt
Message:

set _GNU_SOURCE for strcasestr() with glibc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r10949 r10950  
    8484AC_LANG(C)
    8585AC_PROG_CC
     86dnl _GNU_SOURCE is needed for atleast strcasestr() with glibc
     87AC_GNU_SOURCE
    8688
    8789dnl enable largefile supports
Note: See TracChangeset for help on using the changeset viewer.