]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (need_lc): Fix test message.
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 1 Aug 2000 03:49:52 +0000 (03:49 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 1 Aug 2000 03:49:52 +0000 (03:49 +0000)
ChangeLog
ltconfig.in

index c5bffdbaabd1cf8c1b743600f8d118eddecc75b2..f47e930d444a8721b1e38647c9ef7915301dd594 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
+
+       * ltconfig.in (need_lc): Fix test message.
+
 2000-07-24  Mocha  <netbsd_alpha@yahoo.com>
 
        * ltconfig.in (NetBSD, deplibs_check_method): Use file_magic.
index 6624610d038d92a5dfaec417dcf5beda7011c9ef..ffeb9630cb1c206e98eeaea5fa17b04c98af1c0d 100755 (executable)
@@ -2032,7 +2032,7 @@ if test "$enable_shared" = yes && test "$with_gcc" = yes; then
     # Test whether the compiler implicitly links with -lc since on some
     # systems, -lgcc has to come before -lc. If gcc already passes -lc
     # to ld, don't add -lc before -lgcc.
-    echo $ac_n "checking whether -lc is implicitly linked in... $ac_c" 1>&6
+    echo $ac_n "checking whether -lc should be explicitly linked in... $ac_c" 1>&6
     if eval "test \"`echo '$''{'ac_cv_archive_cmds_needs_lc'+set}'`\" = set"; then
       echo $ac_n "(cached) $ac_c" 1>&6
       need_lc=$ac_cv_archive_cmds_needs_lc