From: Brad Date: Mon, 10 Sep 2001 22:34:40 +0000 (+0000) Subject: * ltmain.in (-lc_r): Style improvement. X-Git-Tag: release-1-4d~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d665cea56b80e9ea8532643310b8359a3e1c207b;p=thirdparty%2Flibtool.git * ltmain.in (-lc_r): Style improvement. --- diff --git a/ChangeLog b/ChangeLog index 368f1c4fd..10a9e989a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ -2001-09-10 Gary V. Vaughan +2001-09-10 Brad + + * ltmain.in (-lc_r): Style improvement. - From Brad : * doc/libtool.texi: Remove obsolete references to ltconfig. * tests/quote.test: s/ltconfig/\$0/ diff --git a/ltmain.in b/ltmain.in index 4a371aea7..dd93ee66e 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1231,8 +1231,7 @@ EOF deplibs="$deplibs -framework System" continue esac - fi - if test "X$arg" = "X-lc_r"; then + elif test "X$arg" = "X-lc_r"; then case $host in *-*-openbsd*) # Do not include libc_r directly, use -pthread flag.