From: Bruno Haible Date: Mon, 1 Nov 2004 12:14:42 +0000 (+0000) Subject: Comment fix, by James Youngman. X-Git-Tag: v0.14.2~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0836268c602c941969b016ec17550fc8172ec2fb;p=thirdparty%2Fgettext.git Comment fix, by James Youngman. --- diff --git a/autoconf-lib-link/ChangeLog b/autoconf-lib-link/ChangeLog index 5cfd2134b..8409663c1 100644 --- a/autoconf-lib-link/ChangeLog +++ b/autoconf-lib-link/ChangeLog @@ -1,3 +1,7 @@ +2004-10-30 James Youngman + + * config.rpath: Modify comment to be consistent with the code. + 2004-02-22 Bruno Haible * config.rpath: Add support for Comeau C++ on Linux. diff --git a/autoconf-lib-link/config.rpath b/autoconf-lib-link/config.rpath index cd6842ea2..2d704340b 100755 --- a/autoconf-lib-link/config.rpath +++ b/autoconf-lib-link/config.rpath @@ -141,7 +141,7 @@ if test "$with_gnu_ld" = yes; then # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the - # behavior of shared libraries on other platforms, we can use + # behavior of shared libraries on other platforms, we cannot use # them. ld_shlibs=no ;;