Fix inconsistant use of value for DISABLE_ACTIVEX
Change-Id: I9b917fb557c0582ad9235562e882ae2de4d4246f
This commit is contained in:
parent
e791fbfc04
commit
87b3670557
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user