]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (_LT_LINKER_OPTION): Fix copy-paste bug, it is
authorPeter Ekberg <peda@lysator.liu.se>
Thu, 28 Jul 2005 10:46:56 +0000 (10:46 +0000)
committerPeter Rosin <peda@lysator.liu.se>
Thu, 28 Jul 2005 10:46:56 +0000 (10:46 +0000)
the linker that is tested.

ChangeLog
m4/libtool.m4

index 550adc1ac668164b4f090b6288e7be6dbfab7fb5..f2998f550dbe81f9dc6421f5a9350c06a7b80db7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-28  Peter Ekberg  <peda@lysator.liu.se>
+
+       * m4/libtool.m4 (_LT_LINKER_OPTION): Fix copy-paste bug, it is
+       the linker that is tested.
+
 2005-07-28  Peter Ekberg  <peda@lysator.liu.se>
 
        * tests/demo-noinst-link.test: $make is empty on MSYS, replace
index d8c5bd321ccc23d23f126a6e84c14dacd15b9f06..f11ecbbef7d30b89e0a0f877436957be97f59e6e 100644 (file)
@@ -1146,7 +1146,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.