IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 9:57:00 AM (14 years ago)
Author:
eugene
Message:

configure.ac changes: invoke LDFLAGS *before* probes, invoke CFLAGS *after* probes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/psModules/configure.ac

    r34002 r34076  
    1414AC_SUBST(PSMODULES_LT_VERSION,$PSMODULES_LT_VERSION)
    1515
    16 IPP_STDCFLAGS
     16IPP_STDLDFLAGS
    1717
    1818AC_LANG(C)
     
    312312dnl ------- enable -Werror after all of the probes have run ---------
    313313IPP_STDOPTS
    314 
    315 dnl CFLAGS="${CFLAGS} -Wall -Werror"
     314IPP_STDCFLAGS
     315
    316316dnl enable POSIX/XSI and C99 compliance
    317317CFLAGS="${CFLAGS=} -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L"
Note: See TracChangeset for help on using the changeset viewer.