To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98048





------- Additional comments from r...@openoffice.org Thu Jan 15 00:25:21 +0000 
2009 -------
ok, so so I changed it to

--- configure.in        (Revision 266120)
+++ configure.in        (Arbeitskopie)
@@ -2303,23 +2303,25 @@
 dnl Checks for what the default STL should be
 dnl ===================================================================
    AC_MSG_CHECKING([what the default STL should be])
-   DEFAULT_TO_STLPORT="yes"
+   DEFAULT_TO_STLPORT="no"
    if test "$_os" = "Linux"; then
      case "$build_cpu" in
-       i?86|powerpc|sparc)
+       i?86)
          DEFAULT_TO_STLPORT="yes"
          ;;
        *)
          DEFAULT_TO_STLPORT="no"
          ;;
      esac
-   elif test "$_os" = "Darwin"; then
-      DEFAULT_TO_STLPORT="no"
+   elif test "$_os" = "SunOS"; then
+      DEFAULT_TO_STLPORT="yes"
+   elif test "$_os" = "WINNT"; then
+      DEFAULT_TO_STLPORT="yes" 
    fi
    if test "$DEFAULT_TO_STLPORT" = "yes"; then
       AC_MSG_RESULT([stlport])
    else
-      AC_MSG_RESULT([gcc])
+      AC_MSG_RESULT([system])
    fi
    if test "$WITH_STLPORT" = "auto"; then
       WITH_STLPORT=$DEFAULT_TO_STLPORT

which means that the default is now to NOT use STLport EXCEPT on the archs which
need it.

committed this to cws configuretoplevel, will keep this issue open, though
for feedback for other archs

Especially *BSD... maho?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to