+2009-06-24 Bruno Haible <bruno@clisp.org>
+
+ * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
+ HAVE_LIB${NAME} macro.
+ Reported by Sam Steingold <sds@gnu.org>.
+
2009-06-23 Simon Josefsson <simon@josefsson.org>
* modules/hash-tests (test_hash_LDADD): Link to libintl when
])
if test "$ac_cv_lib[]Name" = yes; then
HAVE_LIB[]NAME=yes
- AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the lib[]$1 library.])
+ AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the lib][$1 library.])
AC_MSG_CHECKING([how to link with lib[]$1])
AC_MSG_RESULT([$LIB[]NAME])
else