]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed error in my previous commit causing
authorMattia Barbon <mbarbon@cpan.org>
Mon, 7 Feb 2005 20:59:33 +0000 (20:59 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 7 Feb 2005 20:59:33 +0000 (20:59 +0000)
wxDialupManager to be always disabled.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index fadc74f1a7ff1064684b433e6813790fa0d782b3..20810fd561fa41bc060c60f3abc262fabef3d5d6 100755 (executable)
--- a/configure
+++ b/configure
@@ -38141,7 +38141,7 @@ _ACEOF
     fi
 fi
 
-if test "$wxUSE_DIALUP" = "yes"; then
+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;}
index aab44b76eecc262ad8106fd0a45b02af298c5fbf..6a32645f7d9c03e1f5b2dde2969da904b6775e0c 100644 (file)
@@ -5749,7 +5749,7 @@ if test "$wxUSE_POPUPWIN" = "yes"; then
     fi
 fi
 
-if test "$wxUSE_DIALUP" = "yes"; then
+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])
     else