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 73e6cb4a31e41f2fa0167f945271d4d27ff0fd1d..8aa5ac0212e99d82e7cb008def5ab14e1a35c91b 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 f811055dbd94367f8d46b1c8f52fa7a0f263c1a1..2f8b7ff38f59356b30df8a0d627ea0a809e1bdf0 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