From 87b3670557ae723b8ef016b459bcda1567cf8365 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Fri, 30 Aug 2013 14:55:26 -0500 Subject: [PATCH] Fix inconsistant use of value for DISABLE_ACTIVEX Change-Id: I9b917fb557c0582ad9235562e882ae2de4d4246f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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