From: Vadim Zeitlin Date: Mon, 2 Oct 2006 22:41:38 +0000 (+0000) Subject: define wxUSE_ACTIVEX and wxUSE_OLE_AUTOMATION with wxUSE_OLE (no separate switches... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6f1fb1acbb060794082d382b625937f4eca38445 define wxUSE_ACTIVEX and wxUSE_OLE_AUTOMATION with wxUSE_OLE (no separate switches for now...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index 23dc72730c..c1d3cddfbf 100644 --- a/configure.in +++ b/configure.in @@ -6338,6 +6338,8 @@ if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \ LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS" if test "$wxUSE_OLE" = "yes" ; then AC_DEFINE(wxUSE_OLE) + AC_DEFINE(wxUSE_OLE_AUTOMATION) + AC_DEFINE(wxUSE_OLE_ACTIVEX) SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto" fi fi