From: Peter Eisentraut Date: Sun, 20 May 2001 18:24:28 +0000 (+0000) Subject: * libtool.m4 (_LT_AC_LTCONFIG_HACK): Fix typo in variable name. X-Git-Tag: release-1-4-1~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8de0ab2cc0905fd65b371315c6816d85442f2cf6;p=thirdparty%2Flibtool.git * libtool.m4 (_LT_AC_LTCONFIG_HACK): Fix typo in variable name. --- diff --git a/ChangeLog b/ChangeLog index 25a59359c..0ead64691 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-20 Peter Eisentraut + + * libtool.m4 (_LT_AC_LTCONFIG_HACK): Fix typo in variable name. + 2001-05-20 Alexandre Oliva * libtool.m4 (allow_undefined_flag) [aix4* | aix5*]: Fix quote diff --git a/libtool.m4 b/libtool.m4 index 5caeb45b2..a02dfb683 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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