]> git.ipfire.org Git - thirdparty/gettext.git/commit
Fix C++ compiler check to auto-disable building libasprintf
authorDaiki Ueno <ueno@gnu.org>
Thu, 2 Oct 2014 08:44:41 +0000 (17:44 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 2 Oct 2014 08:48:34 +0000 (17:48 +0900)
commite854d2c7f6a6276fba9e34e2e406ea76df80c7dd
treee3a83213cd0a42ccb6a28d934646adeb7cb9c849
parentd3398edd1e2524c524978c8c667e78658ed1637e
Fix C++ compiler check to auto-disable building libasprintf

* gettext-runtime/configure.ac: To automatically disable building
libasprintf when no C++ is found, check if CXX is "no", not ":".  This
seems to be a left over of commit 09963c23.  Reported by Assaf Gordon in:
<https://lists.gnu.org/archive/html/bug-gettext/2014-10/msg00003.html>.
gettext-runtime/ChangeLog
gettext-runtime/configure.ac