]> 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:48:13 +0000 (10:48 +0000)
committerPeter Rosin <peda@lysator.liu.se>
Thu, 28 Jul 2005 10:48:13 +0000 (10:48 +0000)
the linker that is tested.

ChangeLog
m4/libtool.m4

index 9bfc8c17f71712aa9973ad2ae717a4715569b086..847953cdddf1f1a46538b5681b3590e728ade94e 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 08d27168dc315e2131cf9e48863545b3f8c8b664..4ff27bf3244b99052eace1b3acc02dfdbc0de7a9 100644 (file)
@@ -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.