]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Fix typo in variable name.
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 20 May 2001 18:24:28 +0000 (18:24 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 20 May 2001 18:24:28 +0000 (18:24 +0000)
ChangeLog
libtool.m4

index 25a59359c60256371a7a30e10591c05244e96cc4..0ead646914b1d6a73f15f6deeadc4d6dec085bbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-20  Peter Eisentraut  <peter_e@gmx.net>
+
+       * libtool.m4 (_LT_AC_LTCONFIG_HACK): Fix typo in variable name.
+
 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
 
        * libtool.m4 (allow_undefined_flag) [aix4* | aix5*]: Fix quote
index 5caeb45b2dac4317c45b433d8a9bfcd0dbafd938..a02dfb6830311e4a693b040b7c13b9d3b2eb3118 100644 (file)
@@ -1075,7 +1075,7 @@ if test x"$compiler_c_o" = x"yes"; then
   CFLAGS="$save_CFLAGS"
   ])
   compiler_o_lo=$lt_cv_compiler_o_lo
-  AC_MSG_RESULT([$compiler_c_lo])
+  AC_MSG_RESULT([$compiler_o_lo])
 else
   compiler_o_lo=no
 fi