]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_LINKER_OPTION): Fix copy-paste bug, it
authorPeter Ekberg <peda@lysator.liu.se>
Tue, 2 Aug 2005 16:15:05 +0000 (16:15 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 2 Aug 2005 16:15:05 +0000 (16:15 +0000)
is the linker that is tested.

ChangeLog
libtool.m4

index e61309b5048e1b7e94c1d75b6a0bc39b074f7658..fabe88220bed6cf918585ca4df189281288d4caa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-08-02  Peter Ekberg  <peda@lysator.liu.se>
 
+       * 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) <lib>: Make sure skipped_export is
index 6d6906cf78e411762ec0738de4bfca8e8b4e1eaa..97b48fdcf4936080fc0c49374f33b690dca8ca0e 100644 (file)
@@ -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.