From: Brad Date: Mon, 10 Sep 2001 22:37:44 +0000 (+0000) Subject: * ltmain.in (-lc_r): Style improvement. X-Git-Tag: release-1-4-2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=237464e783d91ad07ab94e85f6c7a844e137f00d;p=thirdparty%2Flibtool.git * ltmain.in (-lc_r): Style improvement. --- diff --git a/ChangeLog b/ChangeLog index c942c9da7..aaf82df4f 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. * bootstrap: Don't bother creating an empty ltconfig and then removing it. diff --git a/ltmain.in b/ltmain.in index 99eb57ad1..8dde8494a 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1045,8 +1045,7 @@ compiler." test "X$arg" = "X-lc" && 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.