summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 14:55:26 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-08-30 14:57:35 -0500
commit87b3670557ae723b8ef016b459bcda1567cf8365 (patch)
tree84b57a402da7e1d44d67b169a3f5a89c3ed888da /configure.ac
parentPatch for milestone1-0829-v4. (diff)
downloadcore-87b3670557ae723b8ef016b459bcda1567cf8365.tar.gz
core-87b3670557ae723b8ef016b459bcda1567cf8365.zip
Fix inconsistant use of value for DISABLE_ACTIVEX
Change-Id: I9b917fb557c0582ad9235562e882ae2de4d4246f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5e396a2d2f46..997cc82df06a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12428,7 +12428,7 @@ echo "setting up the build environment variables..."
AC_SUBST(COMPATH)
if test "$build_os" = "cygwin"; then
- if test "$DISABLE_ACTIVEX" = "YES"; then
+ if test "$DISABLE_ACTIVEX" = "TRUE"; then
ATL_LIB="$WINDOWS_SDK_HOME/lib" # Doesn't exist for VSE
ATL_INCLUDE="$WINDOWS_SDK_HOME/include/atl"
else