[Libreoffice-commits] core.git: Branch 'aoo/trunk' - configure.in
Jan Iversen
jani at apache.org
Tue Nov 19 14:08:15 PST 2013
configure.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 48cc2c44aa27db91200bd12406fee7ab1f49fba1
Author: Jan Iversen <jani at apache.org>
Date: Tue Nov 19 20:15:24 2013 +0000
WITH_STLPORT changed from NO to no, due to a standard set function
diff --git a/configure.in b/configure.in
index 9a3e3c0..a93c1cd 100644
--- a/configure.in
+++ b/configure.in
@@ -644,7 +644,7 @@ AC_ARG_WITH(system-redland,
],,)
AC_ARG_WITH(stlport,
[ --with-stlport Only building --without-stlport is supported.
-], WITH_STLPORT=$withval , WITH_STLPORT=NO)
+], WITH_STLPORT=$withval , WITH_STLPORT=no)
AC_ARG_WITH(jdk-home,
[ --with-jdk-home if you have installed JDK 1.3 or later on your system
please supply the path here.
@@ -2694,8 +2694,8 @@ dnl ===================================================================
dnl Checks for what the default STL should be
dnl ===================================================================
AC_MSG_CHECKING([what the default STL should be])
- DEFAULT_TO_STLPORT="NO"
-if test "$WITH_STLPORT" != "NO"; then
+ DEFAULT_TO_STLPORT="no"
+if test "$WITH_STLPORT" != "no"; then
AC_MSG_ERROR([Option --with-stlport is no longer available.])
else
USE_SYSTEM_STL="YES"
More information about the Libreoffice-commits
mailing list