Changeset 3233 for trunk/psLib/configure.ac
- Timestamp:
- Feb 15, 2005, 2:26:57 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r3232 r3233 9 9 CFLAGS="${CFLAGS=} -std=c99 -Wall -Werror" 10 10 SUBDIR="etc src test" dnl don't include 'swig', as it is optional 11 AH_VERBATIM([_GNU_SOURCE],12 [/* Enable GNU extensions on systems that have them. */13 #ifndef _GNU_SOURCE14 # define _GNU_SOURCE15 #endif16 ])17 11 18 12 AC_DISABLE_STATIC … … 30 24 AC_LANG(C) 31 25 AC_PROG_CC 32 AC_LANG_WERROR33 26 AC_GNU_SOURCE 34 27
Note:
See TracChangeset
for help on using the changeset viewer.
