changeset 11649:0673295e87a6

Fix a description string.
author Bruno Haible <bruno@clisp.org>
date Wed, 24 Jun 2009 12:18:18 +0200
parents 67cbb1f18241
children 7b211eff2192
files ChangeLog m4/lib-link.m4
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/m4/lib-link.m4
+++ b/m4/lib-link.m4
@@ -82,7 +82,7 @@
   ])
   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