From: Peter Ekberg Date: Tue, 2 Aug 2005 16:15:05 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_LINKER_OPTION): Fix copy-paste bug, it X-Git-Tag: release-1-5-20~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e86ad902d6b8d417d00604d42b37e19e5deaf562;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_LINKER_OPTION): Fix copy-paste bug, it is the linker that is tested. --- diff --git a/ChangeLog b/ChangeLog index e61309b50..fabe88220 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-08-02 Peter Ekberg + * libtool.m4 (AC_LIBTOOL_LINKER_OPTION): Fix copy-paste bug, it + is the linker that is tested. + * libltdl/ltdl.c (sys_wll_open): Revert commit mistake. * ltmain.in (link mode) : Make sure skipped_export is diff --git a/libtool.m4 b/libtool.m4 index 6d6906cf7..97b48fdcf 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -644,7 +644,7 @@ AC_DEFUN([AC_LIBTOOL_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.