]> git.saurik.com Git - wxWidgets.git/commitdiff
disable net contrib for non-Unix nor Windows platforms (e.g. wxMGL under DOS)
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Nov 2006 23:21:24 +0000 (23:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Nov 2006 23:21:24 +0000 (23:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index a399bbb8320814d6b38a6ec30c4d3fc1f6c45f41..8e5b3fde2daf3c093efa0711c793589ccfc7d0bf 100755 (executable)
--- a/configure
+++ b/configure
@@ -51081,6 +51081,10 @@ echo "${ECHO_T}no" >&6
 
 
 
 
 
 
+if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
+    DISABLED_CONTRIB="$DISABLED_CONTRIB net"
+fi
+
 for subdir in `echo $SUBDIRS`; do
     if test -d ${srcdir}/${subdir} ; then
         if test "$wxUSE_GUI" = "yes"; then
 for subdir in `echo $SUBDIRS`; do
     if test -d ${srcdir}/${subdir} ; then
         if test "$wxUSE_GUI" = "yes"; then
index 9d56c30974c90b2412c284240b0b2334378cfcd9..0616e8e9d8cc75d0546f0dbddd8d3a8639f975df 100644 (file)
@@ -7929,6 +7929,10 @@ fi
 dnl Add tests to the list of subdirs if cppunit 1.8.0+ is detected
 AM_PATH_CPPUNIT(1.8.0, [SUBDIRS="$SUBDIRS tests"])
 
 dnl Add tests to the list of subdirs if cppunit 1.8.0+ is detected
 AM_PATH_CPPUNIT(1.8.0, [SUBDIRS="$SUBDIRS tests"])
 
+if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then
+    DISABLED_CONTRIB="$DISABLED_CONTRIB net"
+fi
+
 for subdir in `echo $SUBDIRS`; do
     if test -d ${srcdir}/${subdir} ; then
         if test "$wxUSE_GUI" = "yes"; then
 for subdir in `echo $SUBDIRS`; do
     if test -d ${srcdir}/${subdir} ; then
         if test "$wxUSE_GUI" = "yes"; then