+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.
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
else
TESTLIBASPRINTF=yes
fi
-if test "$CXX" = ":"; then
+if test "$CXX" = no; then
TESTLIBASPRINTF=no
fi
AC_SUBST([TESTLIBASPRINTF])