IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11504


Ignore:
Timestamp:
Jan 31, 2007, 3:14:44 PM (19 years ago)
Author:
jhoblitt
Message:

move setting of CFLAGS lang option values until after all probes have run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r11493 r11504  
    6666AC_SYS_LARGEFILE
    6767AC_FUNC_FSEEKO
    68 
    69 dnl enable POSIX/XSI and C99 compliance
    70 CFLAGS="${CFLAGS=} -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L -std=c99"
    7168
    7269AC_PROG_INSTALL
     
    442439dnl ------- enable -Werror after all of the probes have run ---------
    443440CFLAGS="${CFLAGS} -Wall -Werror"
     441dnl enable POSIX/XSI and C99 compliance
     442CFLAGS="${CFLAGS=} -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L -std=c99"
    444443
    445444dnl ---------------- export variables --------------------
Note: See TracChangeset for help on using the changeset viewer.