Changeset 40 for trunk/aclocal.m4


Ignore:
Timestamp:
May 31, 2006, 9:38:30 PM (18 years ago)
Author:
rainer
Message:

Fix for tickets #13, #14, #15, #16, #17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aclocal.m4

    r18 r40  
    11791179    ssp_old_cflags="$CFLAGS"
    11801180    CFLAGS="$CFLAGS -fstack-protector"
    1181     AC_TRY_COMPILE(,,, ssp_cc=no)
     1181    AC_TRY_LINK(,,, ssp_cc=no)
    11821182    # echo $ssp_cc
    11831183    if test "X$ssp_cc" = "Xno"; then
Note: See TracChangeset for help on using the changeset viewer.