Kaydet (Commit) 87b36705 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

Fix inconsistant use of value for DISABLE_ACTIVEX

Change-Id: I9b917fb557c0582ad9235562e882ae2de4d4246f
üst e791fbfc
...@@ -12428,7 +12428,7 @@ echo "setting up the build environment variables..." ...@@ -12428,7 +12428,7 @@ echo "setting up the build environment variables..."
AC_SUBST(COMPATH) AC_SUBST(COMPATH)
if test "$build_os" = "cygwin"; then 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_LIB="$WINDOWS_SDK_HOME/lib" # Doesn't exist for VSE
ATL_INCLUDE="$WINDOWS_SDK_HOME/include/atl" ATL_INCLUDE="$WINDOWS_SDK_HOME/include/atl"
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment