From 8de0ab2cc0905fd65b371315c6816d85442f2cf6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 20 May 2001 18:24:28 +0000 Subject: [PATCH] * libtool.m4 (_LT_AC_LTCONFIG_HACK): Fix typo in variable name. --- ChangeLog | 4 ++++ libtool.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.3