[Libreoffice-commits] core.git: configure.ac
Norbert Thiebaud
nthiebaud at gmail.com
Fri Aug 30 12:57:58 PDT 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 87b3670557ae723b8ef016b459bcda1567cf8365
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Fri Aug 30 14:55:26 2013 -0500
Fix inconsistant use of value for DISABLE_ACTIVEX
Change-Id: I9b917fb557c0582ad9235562e882ae2de4d4246f
diff --git a/configure.ac b/configure.ac
index 5e396a2..997cc82 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
More information about the Libreoffice-commits
mailing list