From: Glenn Morris Date: Wed, 26 Dec 2012 11:17:38 +0000 (-0500) Subject: Auto-commit of generated files. X-Git-Tag: emacs-24.3.90~173^2~7^2~486 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad33cb00f50af798ed41ed8294a46010b9bb6071;p=emacs.git Auto-commit of generated files. --- diff --git a/autogen/configure b/autogen/configure index c3920f6b79d..208e38fc887 100755 --- a/autogen/configure +++ b/autogen/configure @@ -7292,38 +7292,12 @@ fi # . nw="$nw -Wshadow" + # Emacs's use of alloca inhibits protecting the stack. + nw="$nw -Wstack-protector" + # The following line should be removable at some point. nw="$nw -Wsuggest-attribute=pure" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use -Wstack-protector" >&5 -$as_echo_n "checking whether to use -Wstack-protector... " >&6; } - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#if (1 <= __LONG_MAX__ >> 31 >> 31 \ - && 4 < __GNUC__ + (7 < __GNUC_MINOR__ + (2 <= __GNUC_PATCHLEVEL__))) - /* OK */ - #else - #error "Not GCC, or GCC before 4.7.2, or 'long int' has < 64 bits." - #endif - -int -main () -{ - - ; - return 0; -} -_ACEOF -if ac_fn_c_try_cpp "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - nw="$nw -Wstack-protector" -fi -rm -f conftest.err conftest.$ac_ext - if test -n "$GCC"; then