Fix a description string.
authorBruno Haible <bruno@clisp.org>
Wed, 24 Jun 2009 10:18:18 +0000 (12:18 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 24 Jun 2009 10:18:18 +0000 (12:18 +0200)
ChangeLog
m4/lib-link.m4

index 73e6cb4..8aa5ac0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index f811055..2f8b7ff 100644 (file)
@@ -82,7 +82,7 @@ AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
   ])
   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