]> git.saurik.com Git - wxWidgets.git/commitdiff
For an unknown generic unix system make --with-x11 --disable-shared the default.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 22 Aug 2006 20:17:36 +0000 (20:17 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 22 Aug 2006 20:17:36 +0000 (20:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index 0e4f13f2b1882fb0f95c79843fac130fe7e1fc4e..f4f186e30f3d7c36e6eaa28fffd877b386996227 100644 (file)
@@ -340,6 +340,9 @@ case "${host}" in
   *)
     AC_MSG_WARN([*** System type ${host} is unknown, assuming generic Unix and continuing nevertheless.])
     AC_MSG_WARN([*** Please report the build results to wx-dev@lists.wxwidgets.org.])
+
+    DEFAULT_DEFAULT_wxUSE_X11=1
+    DEFAULT_wxUSE_SHARED=no
 esac
 
 dnl ---------------------------------------------------------------------------
@@ -365,7 +368,7 @@ if test $DEBUG_CONFIGURE = 1; then
 
   DEFAULT_wxUSE_THREADS=yes
 
-  DEFAULT_wxUSE_SHARED=yes
+  DEFAULT_wxUSE_SHARED=${DEFAULT_wxUSE_SHARED:-yes}
   DEFAULT_wxUSE_OPTIMISE=no
   DEFAULT_wxUSE_PROFILE=no
   DEFAULT_wxUSE_NO_DEPS=no
@@ -579,7 +582,7 @@ else
 
   DEFAULT_wxUSE_THREADS=yes
 
-  DEFAULT_wxUSE_SHARED=yes
+  DEFAULT_wxUSE_SHARED=${DEFAULT_wxUSE_SHARED:-yes}
   DEFAULT_wxUSE_OPTIMISE=yes
   DEFAULT_wxUSE_PROFILE=no
   DEFAULT_wxUSE_NO_DEPS=no