]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix gettext-runtime compilation error on Solaris 10
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Sep 2014 09:24:06 +0000 (18:24 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 30 Sep 2014 09:24:50 +0000 (18:24 +0900)
* gettext-runtime/configure.ac: Invoke AM_PROG_CC_C_O so that the
system stdbool.h will be used on Solaris.  Suggested by Paul Eggert in:
<https://lists.gnu.org/archive/html/bug-gnulib/2013-11/msg00053.html>.

gettext-runtime/ChangeLog
gettext-runtime/configure.ac

index d6bb13ee4f3522bf01165abe13ef61cfe36c7ec4..d6b52b73ddda23245f8c682c74774db761675016 100644 (file)
@@ -1,3 +1,9 @@
+2014-09-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac: Invoke AM_PROG_CC_C_O so that the system stdbool.h
+       will be used on Solaris.  Suggested by Paul Eggert in:
+       <https://lists.gnu.org/archive/html/bug-gnulib/2013-11/msg00053.html>.
+
 2014-07-14  Daiki Ueno  <ueno@gnu.org>
 
        * gettext 0.19.2 released.
index 4a1788c919a3c13d39524e3cd7089c426e18693a..d0b2a3ce6a5c7147576ca9f9f6c9739662262215 100644 (file)
@@ -61,6 +61,7 @@ AC_EXEEXT
 
 dnl Make sure we see all GNU and Solaris extensions.
 gl_EARLY
+AM_PROG_CC_C_O
 
 dnl Check for build configuration.