Author: jani
Date: Tue Nov 19 20:15:24 2013
New Revision: 1543559
URL: http://svn.apache.org/r1543559
Log:
WITH_STLPORT changed from NO to no, due to a standard set function
Modified:
openoffice/trunk/main/configure.in
Modified: openoffice/trunk/main/configure.in
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.in?rev=1543559&r1=1543558&r2=1543559&view=diff
==============================================================================
--- openoffice/trunk/main/configure.in (original)
+++ openoffice/trunk/main/configure.in Tue Nov 19 20:15:24 2013
@@ -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"