]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
reusing existing API
[wxWidgets.git] / wx-config.in
index 9b92bddde0b59082fff06a525b1f2b245688c929..261e024e9b82474e0ec542c2bf17a955827b9bd8 100755 (executable)
@@ -1057,11 +1057,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="$@"