]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix description of HAVE_LIB${NAME} macro.
authorBruno Haible <bruno@clisp.org>
Sun, 28 Jun 2009 19:58:41 +0000 (21:58 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Jun 2009 19:58:41 +0000 (21:58 +0200)
autoconf-lib-link/m4/ChangeLog
autoconf-lib-link/m4/lib-link.m4

index 6b3fe941ae5ef89b998c70052cfe013ff920fca0..8ba013af52cc682a02b97cd52daac2ab0afbf1a8 100644 (file)
@@ -1,3 +1,9 @@
+2009-06-24  Bruno Haible  <bruno@clisp.org>
+
+       * lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
+       HAVE_LIB${NAME} macro.
+       Reported by Sam Steingold <sds@gnu.org>.
+
 2009-06-21  Bruno Haible  <bruno@clisp.org>
 
        Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
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