]> git.saurik.com Git - wxWidgets.git/commitdiff
disable dialup manager for MGL, it doesn't link as there is no DOS implementation...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Nov 2006 13:05:50 +0000 (13:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Nov 2006 13:05:50 +0000 (13:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 48a44781eedee1f2207026e36ff8680990f27726..4eb68b8eb3c7b81e8b0493ef985f6a2291cb606d 100755 (executable)
--- a/configure
+++ b/configure
@@ -46704,9 +46704,9 @@ _ACEOF
 fi
 
 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
-    if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
-        { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5
-echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;}
+    if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 -o "$wxUSE_MGL" = 1; then
+        { echo "$as_me:$LINENO: WARNING: Dialup manager not supported on this platform ... disabled" >&5
+echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
     else
         cat >>confdefs.h <<\_ACEOF
 #define wxUSE_DIALUP_MANAGER 1
index fc5c4281a0c19de0b7687f2d93cba6bba1cc227a..ffa0a76e1e0571fa1c8c4d75f601c743ebf47802 100644 (file)
@@ -6896,8 +6896,8 @@ if test "$wxUSE_POPUPWIN" = "yes"; then
 fi
 
 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
-    if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
-        AC_MSG_WARN([Dialup manager not yet supported under Mac OS X... disabled])
+    if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 -o "$wxUSE_MGL" = 1; then
+        AC_MSG_WARN([Dialup manager not supported on this platform ... disabled])
     else
         AC_DEFINE(wxUSE_DIALUP_MANAGER)
         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"