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

index c942c9da7a500fb4135e81be42f3ae9cdfd55762..aaf82df4f23b5f8d825b95e2fb63df9f7827895e 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.
        * bootstrap: Don't bother creating an empty ltconfig and then
        removing it.
index 99eb57ad135f34b6ece827d5b133d88b1fd01420..8dde8494a45c95f4b091becd5e8ffd16836189c1 100644 (file)
--- 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.