diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-09-17 20:28:13 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-09-17 20:29:14 +0200 |
commit | b6fc0ac84ce68586393784713693cc6b658a2785 (patch) | |
tree | dad9622f1cf116ff4e1dfcda1241e6bcda9b7ccf /configure.ac | |
parent | f3464f5e0918152d8ff1552ed4932523990b2b79 (diff) |
remove WITH_ACTIVEX_COMPONENT
Change-Id: I3320b3ce3307598a479dfac5b120e85441c670dc
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bf78f359fe49..fda58df807cd 100644 --- a/configure.ac +++ b/configure.ac @@ -3065,7 +3065,6 @@ if test "$_os" = "WINNT" -a "$WITH_MINGW" != yes; then AC_MSG_CHECKING([whether to use ActiveX]) if test "$enable_activex" = "yes" -o "$enable_activex" = ""; then DISABLE_ACTIVEX="" - SCPDEFS="$SCPDEFS -DWITH_ACTIVEX_COMPONENT" AC_MSG_RESULT([yes]) else DISABLE_ACTIVEX="TRUE" |