define wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-02-07 16:07:56 +00:00
parent 0e6383ef7e
commit 9c49977bd6
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -52148,7 +52148,7 @@ _ACEOF
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define wxUSE_OLE_ACTIVEX 1
#define wxUSE_ACTIVEX 1
_ACEOF
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"

View File

@ -6585,7 +6585,7 @@ if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
if test "$wxUSE_OLE" = "yes" ; then
AC_DEFINE(wxUSE_OLE)
AC_DEFINE(wxUSE_OLE_AUTOMATION)
AC_DEFINE(wxUSE_OLE_ACTIVEX)
AC_DEFINE(wxUSE_ACTIVEX)
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
fi
fi