diff --git a/configure b/configure index fadc74f1a7..20810fd561 100755 --- 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;} diff --git a/configure.in b/configure.in index aab44b76ee..6a32645f7d 100644 --- a/configure.in +++ b/configure.in @@ -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