Changeset 192 for trunk/aclocal.m4


Ignore:
Timestamp:
Nov 12, 2008, 12:37:00 AM (16 years ago)
Author:
katerina
Message:

Fixes for cygwin, and improved error diagnostics (tickets #126, #127, #128).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aclocal.m4

    r191 r192  
    11421142      if test $ssp_cv_cc = yes; then
    11431143        CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 -fstack-protector"
     1144        LDFLAGS="$LDFLAGS -fstack-protector"
    11441145        AC_DEFINE([ENABLE_SSP_CC], 1, [Define if SSP C support is enabled.])
    11451146      fi
     
    11471148      if test $ssp_cv_cc = yes; then
    11481149        CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 -fstack-protector-all"
     1150        LDFLAGS="$LDFLAGS -fstack-protector-all"
    11491151        AC_DEFINE([ENABLE_SSP_CC], 1, [Define if SSP C support is enabled.])
    11501152      fi
Note: See TracChangeset for help on using the changeset viewer.