You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2012/01/05 21:28:39 UTC

svn commit: r1227817 - /incubator/ooo/trunk/main/configure.in

Author: pfg
Date: Thu Jan  5 20:28:39 2012
New Revision: 1227817

URL: http://svn.apache.org/viewvc?rev=1227817&view=rev
Log:
FreeBSD Port:

Use the internal STLport (4.5) by default. The prepackaged
STLport 5.1.7 doesn't use the layout expected by configure.

Modified:
    incubator/ooo/trunk/main/configure.in

Modified: incubator/ooo/trunk/main/configure.in
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/configure.in?rev=1227817&r1=1227816&r2=1227817&view=diff
==============================================================================
--- incubator/ooo/trunk/main/configure.in (original)
+++ incubator/ooo/trunk/main/configure.in Thu Jan  5 20:28:39 2012
@@ -2569,7 +2569,7 @@ dnl ====================================
    elif test "$_os" = "OS2"; then
       DEFAULT_TO_STLPORT="yes" 
    elif test "$_os" = "FreeBSD"; then
-      DEFAULT_TO_STLPORT="no"
+      DEFAULT_TO_STLPORT="yes"
    fi
    if test "$DEFAULT_TO_STLPORT" = "yes"; then
       AC_MSG_RESULT([stlport])