]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Sun, 5 Jun 2011 22:38:53 +0000 (00:38 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 7 Jun 2011 21:39:50 +0000 (23:39 +0200)
gettext-tools/ChangeLog
gettext-tools/configure.ac

index 5ba94a700bdae36c9850eb4efc15d84f6ae99075..2003338e0d95400c9147c28e36fff7f7b85e486c 100644 (file)
@@ -1,3 +1,8 @@
+2011-06-03  Bruno Haible  <bruno@clisp.org>
+
+       Update after gl_PROG_ANSI_CXX changed in gnulib.
+       * configure.ac: Test whether CXX is "no", not ":".
+
 2011-06-03  Bruno Haible  <bruno@clisp.org>
 
        Fix link error on Cygwin 1.5.x.
index 845ca07da58be7758f1638c98ffa8ed969806627..81037b3a7c227d76d2cdb5895b57b33eecf32a8c 100644 (file)
@@ -1,5 +1,5 @@
 dnl Configuration for the gettext-tools directory of GNU gettext
-dnl Copyright (C) 1995-1999, 2000-2010 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-1999, 2000-2011 Free Software Foundation, Inc.
 dnl
 dnl This program is free software: you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
@@ -461,7 +461,7 @@ if test "${enable_libasprintf+set}" = set; then
 else
   TESTLIBASPRINTF=yes
 fi
-if test "$CXX" = ":"; then
+if test "$CXX" = no; then
   TESTLIBASPRINTF=no
 fi
 AC_SUBST([TESTLIBASPRINTF])