X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0e022b067514cf3766f9241ef9954603113a59b..787de8404830402133e7635e47b9c14d3b7ad892:/wx-config.in diff --git a/wx-config.in b/wx-config.in index 9b92bddde0..2fccbbd498 100755 --- a/wx-config.in +++ b/wx-config.in @@ -5,7 +5,6 @@ # Author: Ron # Modified by: # Created: 8/9/2004 -# RCS-ID: $Id$ # Copyright: (c) 2004 Ron # 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="$@"