From: Alexandre Oliva Date: Tue, 1 Aug 2000 03:49:52 +0000 (+0000) Subject: * ltconfig.in (need_lc): Fix test message. X-Git-Tag: release-1-3d~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e648974086ba7ac2ad8f039affeec046c2eeec15;p=thirdparty%2Flibtool.git * ltconfig.in (need_lc): Fix test message. --- diff --git a/ChangeLog b/ChangeLog index c5bffdbaa..f47e930d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-08-01 Alexandre Oliva + + * ltconfig.in (need_lc): Fix test message. + 2000-07-24 Mocha * ltconfig.in (NetBSD, deplibs_check_method): Use file_magic. diff --git a/ltconfig.in b/ltconfig.in index 6624610d0..ffeb9630c 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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