]> git.eshelyaron.com Git - emacs.git/commit
Portcheck only if --enable-gcc-warnings
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Oct 2019 00:28:02 +0000 (17:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Oct 2019 00:33:18 +0000 (17:33 -0700)
commit3716921c012d7b21a9b0d593a7ea0ddd1e860cfd
tree7d2fa61ff9520896c5c02ad3aed1c905c8906823
parentb087a5f3e4a7fff586245c117f153ae50a35537c
Portcheck only if --enable-gcc-warnings

Problem reported by Richard Copley (Bug#37852).
This patch causes the problem to not occur if one uses plain
‘configure’.  The problem can still occur if with ‘configure
--enable-gcc-warnings’, so a further fix may be needed.
* configure.ac (GNULIB_PORTCHECK, _FORTIFY_SOURCE):
Define these only with an explicit --enable-gcc-warnings.
configure.ac