]> code.delx.au - gnu-emacs/commit
build: port to GCC 4.6.4 + glibc 2.5
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Nov 2014 20:20:17 +0000 (12:20 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Nov 2014 20:25:11 +0000 (12:25 -0800)
commit5caf6c9358068f9fca8ebde3230a2df1155c0d0c
tree7eb19fd74855401edcf9b2270732c6d517e01ef3
parent9bcde6cdcaa0494aaac20ff23101577aa80de5b0
build: port to GCC 4.6.4 + glibc 2.5

On platforms this old, building with _FORTIFY_SOURCE equal to 2
results in duplicate definitions of standard library functions.
Problem reported by Nelson H. F. Beebe.
* configure.ac (_FORTIFY_SOURCE): Sort after GNULIB_PORTCHECK.
By default, do not enable this unless GNULIB_PORTCHECK is defined.
This better matches the original intent, which as I recall was to
enable these extra checks only with --enable-gcc-warnings.
ChangeLog
configure.ac