| Index: gcc/libssp/configure.ac
|
| diff --git a/gcc/libssp/configure.ac b/gcc/libssp/configure.ac
|
| index 99b4edfe1049c6468d9b5e3b3389dd6b3eb6e6ee..fae10572bc45ed13733b81f3e67059a50b0e07bc 100644
|
| --- a/gcc/libssp/configure.ac
|
| +++ b/gcc/libssp/configure.ac
|
| @@ -2,7 +2,7 @@
|
| #
|
| # aclocal -I .. -I ../config && autoconf && autoheader && automake
|
|
|
| -AC_PREREQ(2.59)
|
| +AC_PREREQ(2.64)
|
| AC_INIT(libssp, 1.0)
|
| AC_CONFIG_SRCDIR(ssp.c)
|
| AC_CANONICAL_SYSTEM
|
| @@ -41,7 +41,7 @@ AC_LANG_C
|
| m4_rename([_AC_ARG_VAR_PRECIOUS],[real_PRECIOUS])
|
| m4_define([_AC_ARG_VAR_PRECIOUS],[])
|
| AC_PROG_CC
|
| -m4_rename([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS])
|
| +m4_rename_force([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS])
|
|
|
| AC_SUBST(CFLAGS)
|
|
|
| @@ -90,7 +90,7 @@ LDFLAGS="$save_LDFLAGS"
|
| AC_MSG_RESULT($ssp_use_symver)
|
| AM_CONDITIONAL(LIBSSP_USE_SYMVER, [test "x$ssp_use_symver" = xyes])
|
|
|
| -AC_CHECK_HEADERS(alloca.h paths.h syslog.h string.h unistd.h fcntl.h stdio.h limits.h)
|
| +AC_CHECK_HEADERS(alloca.h malloc.h paths.h syslog.h string.h unistd.h fcntl.h stdio.h limits.h)
|
|
|
| if test x$gcc_no_link = xyes; then
|
| # Presume the ISO C functions are available; add target-specific
|
|
|