Author: jani
Date: Tue Nov 19 20:00:28 2013
New Revision: 1543551

URL: http://svn.apache.org/r1543551
Log:
WITH_STLPORT is set to "NO" but the test later is != "no". 
Test is changed to "NO", now it works on ubuntu.

Modified:
    openoffice/trunk/main/configure.in

Modified: openoffice/trunk/main/configure.in
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.in?rev=1543551&r1=1543550&r2=1543551&view=diff
==============================================================================
--- openoffice/trunk/main/configure.in (original)
+++ openoffice/trunk/main/configure.in Tue Nov 19 20:00:28 2013
@@ -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"


Reply via email to