]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
Compilation fix for wxMSW with wxUSE_MSGBOX_HOOK==0.
[wxWidgets.git] / wx-config.in
index 9b92bddde0b59082fff06a525b1f2b245688c929..2fccbbd4988d0db9d755da7af4f73e287e82f0d4 100755 (executable)
@@ -5,7 +5,6 @@
 # Author:      Ron <ron@debian.org>
 # Modified by:
 # Created:     8/9/2004
-# RCS-ID:      $Id$
 # Copyright:   (c) 2004 Ron <ron@debian.org>
 #              Essentially a fresh start this time around, but for maximum
 #              compatibility basic code was taken from, and heavy reference
@@ -1057,11 +1056,11 @@ order_libs()
 
         # Add the libraries that we postponed adding above.
         # Order of the checks here is important.
-        [ -z $use_html ] || libs="$libs html"
-        [ -z $use_adv ] || libs="$libs adv"
-        [ -z $use_core ] || libs="$libs core"
-        [ -z $use_xml ] || libs="$libs xml"
-        [ -z $use_base ] || libs="$libs base"
+        [ -z "$use_html" ] || libs="$libs html"
+        [ -z "$use_adv" ] || libs="$libs adv"
+        [ -z "$use_core" ] || libs="$libs core"
+        [ -z "$use_xml" ] || libs="$libs xml"
+        [ -z "$use_base" ] || libs="$libs base"
     else
         # No need to order them.
         libs="$@"