Changeset 192 for trunk/aclocal.m4
- Timestamp:
- Nov 12, 2008, 12:37:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aclocal.m4
r191 r192 1142 1142 if test $ssp_cv_cc = yes; then 1143 1143 CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 -fstack-protector" 1144 LDFLAGS="$LDFLAGS -fstack-protector" 1144 1145 AC_DEFINE([ENABLE_SSP_CC], 1, [Define if SSP C support is enabled.]) 1145 1146 fi … … 1147 1148 if test $ssp_cv_cc = yes; then 1148 1149 CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 -fstack-protector-all" 1150 LDFLAGS="$LDFLAGS -fstack-protector-all" 1149 1151 AC_DEFINE([ENABLE_SSP_CC], 1, [Define if SSP C support is enabled.]) 1150 1152 fi
Note:
See TracChangeset
for help on using the changeset viewer.