From 9c49977bd6000bf7be7ed61e296dca41e2156c0e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 7 Feb 2007 16:07:56 +0000 Subject: [PATCH] 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 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ff88144a4b..08d853f7d2 100755 --- 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" diff --git a/configure.in b/configure.in index d4915cad14..18be81f7f9 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.50.0