From 237464e783d91ad07ab94e85f6c7a844e137f00d Mon Sep 17 00:00:00 2001 From: Brad Date: Mon, 10 Sep 2001 22:37:44 +0000 Subject: [PATCH] * ltmain.in (-lc_r): Style improvement. --- ChangeLog | 5 +++-- ltmain.in | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) 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. -- 2.47.3