]> git.saurik.com Git - wxWidgets.git/commitdiff
define wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Feb 2007 16:07:56 +0000 (16:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Feb 2007 16:07:56 +0000 (16:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index ff88144a4b95e72d644f09ed8c7a5fc1e164ae3b..08d853f7d271f5fcdb16979b8a5a56e695b9cda1 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"
index d4915cad14458615a97b825186f0175be96349da..18be81f7f95b2d928307c865fa4d381e3a8252fd 100644 (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