From c3f3304b56f12c05ec3834bee52557b4c0df2650 Mon Sep 17 00:00:00 2001 From: Peter Ekberg Date: Thu, 28 Jul 2005 10:48:13 +0000 Subject: [PATCH] * m4/libtool.m4 (_LT_LINKER_OPTION): Fix copy-paste bug, it is the linker that is tested. --- ChangeLog | 5 +++++ m4/libtool.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9bfc8c17f..847953cdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-28 Peter Ekberg + + * m4/libtool.m4 (_LT_LINKER_OPTION): Fix copy-paste bug, it is + the linker that is tested. + 2005-07-28 Peter Ekberg * tests/demo-noinst-link.test: $make is empty on MSYS, replace diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 08d27168d..4ff27bf32 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1126,7 +1126,7 @@ AC_DEFUN([_LT_LINKER_OPTION], LDFLAGS="$LDFLAGS $3" printf "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then - # The compiler can only warn and ignore the option if not recognized + # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. -- 2.47.2