Fixed error in my previous commit causing

wxDialupManager to be always disabled.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2005-02-07 20:59:33 +00:00
parent e79c8a7c10
commit 0dcd06dd64
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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;}

View 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