From: Paul Eggert Date: Tue, 30 Sep 2014 09:24:06 +0000 (+0900) Subject: Fix gettext-runtime compilation error on Solaris 10 X-Git-Tag: v0.19.2.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fefead0e4d7bb3b6c652c1de4c432acba8d8c9a;p=thirdparty%2Fgettext.git Fix gettext-runtime compilation error on Solaris 10 * 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: . --- diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index d6bb13ee4..d6b52b73d 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,9 @@ +2014-09-30 Paul Eggert + + * configure.ac: Invoke AM_PROG_CC_C_O so that the system stdbool.h + will be used on Solaris. Suggested by Paul Eggert in: + . + 2014-07-14 Daiki Ueno * gettext 0.19.2 released. diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index 4a1788c91..d0b2a3ce6 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -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.