]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Quote $pic_mode.
authorAlbert Chin-A-Young <china@thewrittenword.com>
Mon, 25 Feb 2002 20:46:19 +0000 (20:46 +0000)
committerRobert Boehne <rboehne@gnu.org>
Mon, 25 Feb 2002 20:46:19 +0000 (20:46 +0000)
ChangeLog
ltmain.in

index 294df77fd05413905b662000dff9dc47539348e6..81c0fbe76e120c9240c35d477a423ba107dfbf99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-25  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * ltmain.in: Quote $pic_mode.
+
 2002-02-25  Albert Chin-A-Young  <china@thewrittenword.com>
 
        * ltmain.in: Fix version string under IRIX.
index f569a205a8a72867cd5841cc3e14c4fbdfe58f4e..954be32e9584dc6cf9e746bceff1eca129624e48 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -469,7 +469,7 @@ if test -z "$show_help"; then
       pic_mode=default
       ;;
     esac
-    if test $pic_mode = no && test "$deplibs_check_method" != pass_all; then
+    if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
       # non-PIC code in shared libraries is not supported
       pic_mode=default
     fi