]> git.eshelyaron.com Git - emacs.git/commitdiff
Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Sun, 2 Sep 2012 10:19:02 +0000 (06:19 -0400)
committerGlenn Morris <rgm@gnu.org>
Sun, 2 Sep 2012 10:19:02 +0000 (06:19 -0400)
autogen/config.in
autogen/configure

index 89174519488cd6550acb084cf5973c1e820ee8cb..c39453938bed62e7a6820023a616f9b6ef738916 100644 (file)
@@ -161,6 +161,13 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    or signaling SIGFPE/SIGILL. */
 #undef FLOAT_CHECK_DOMAIN
 
+/* Enable compile-time and run-time bounds-checking, and some warnings,
+      without upsetting glibc 2.15+. */
+   #if defined __OPTIMIZE__ && __OPTIMIZE__
+   # define _FORTIFY_SOURCE 2
+   #endif
+  
+
 /* Define to 1 if futimesat mishandles a NULL file name. */
 #undef FUTIMESAT_NULL_BUG
 
@@ -1458,9 +1465,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS
 
-/* enable compile-time and run-time bounds-checking, and some warnings */
-#undef _FORTIFY_SOURCE
-
 /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
    stat.st_size becomes 64-bit. */
 #undef _GL_WINDOWS_64_BIT_ST_SIZE
index 90fa63c7322faac33811316e08808787d080f66d..11bca94ea05e34feafe150822e66c139636751e0 100755 (executable)
@@ -7784,8 +7784,6 @@ fi
 $as_echo "#define lint 1" >>confdefs.h
 
 
-$as_echo "#define _FORTIFY_SOURCE 2" >>confdefs.h
-
 
 $as_echo "#define GNULIB_PORTCHECK 1" >>confdefs.h