]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (-lc_r): Style improvement.
authorBrad <brad@comstyle.com>
Mon, 10 Sep 2001 22:34:40 +0000 (22:34 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 10 Sep 2001 22:34:40 +0000 (22:34 +0000)
ChangeLog
ltmain.in

index 368f1c4fd6c6ee5f49835e5fec48fe20ad920801..10a9e989aa690e521810948d85bd2c5eb28c570c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
-2001-09-10  Gary V. Vaughan  <gary@gnu.org>
+2001-09-10   Brad  <brad@comstyle.com>
+
+       * ltmain.in (-lc_r): Style improvement.
 
-       From Brad <brad@comstyle.com>:
        * doc/libtool.texi: Remove obsolete references to ltconfig.
        * tests/quote.test: s/ltconfig/\$0/
 
index 4a371aea72f09e4124d9f51f8aa6f831c6d871eb..dd93ee66e62c8f1a080c5c97b01a3d29b9c9fd91 100644 (file)
--- 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.