]> git.saurik.com Git - wxWidgets.git/blobdiff - wx-config.in
PCH support.
[wxWidgets.git] / wx-config.in
index e64263ceafc4182ca7e5e42a09e699df6ae49f01..cf3a6b9dc5f5125095c81740e1968efd1c2e76a3 100755 (executable)
@@ -459,7 +459,7 @@ is_set()            { [ "x`eval echo \"\\\${$1-unset}\"`" != "xunset" ]; }
 
 # not _cmd _args...
 # true iff _cmd is false
-not()               { if "$@"; then false; else true; fi }
+not()               { if "$@"; then false; else true; fi; }
 
 # do_find_best_delegate _unbound-options
 # The real worker part of find_best_delegate below.  Recurses though all
@@ -1079,7 +1079,7 @@ if is_monolithic; then
     # We still need the core lib deps for a static build though
     if is_static; then
         link_deps="${libdir}/libwx_@TOOLCHAIN_NAME@.a" 
-        wx_libs="$wx_libs $link_deps $ldlibs_core @LIBS@"
+        wx_libs="$wx_libs $link_deps $ldlibs_core $ldlibs_base"
     else
         wx_libs="$wx_libs -lwx_@TOOLCHAIN_NAME@"
     fi