To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84896
------- Additional comments from [EMAIL PROTECTED] Fri Dec 28 07:04:47 +0000
2007 -------
There seems to be two stuffs:
on MacOSX, test -n "" doesn't return 0.
ENABLE_NAS is set to YES in any case. Explicit clear is necessary.
Index: config_office/configure.in
===================================================================
RCS file: /cvs/tools/config_office/configure.in,v
retrieving revision 1.237
diff -u -r1.237 configure.in
--- config_office/configure.in 12 Dec 2007 15:36:54 -0000 1.237
+++ config_office/configure.in 28 Dec 2007 07:03:09 -0000
@@ -4129,10 +4129,11 @@
dnl ===================================================================
dnl Check for system nas
dnl ===================================================================
+ENABLE_NAS=""
AC_MSG_CHECKING([which nas to use])
-if test -n "$with_nas"; then
+if test x"$with_nas" = x""; then
AC_MSG_RESULT([none])
-elif test -n "$without_nas"; then
+elif test x"$without_nas" = x""; then
ENABLE_NAS=""
elif test -n "$with_system_nas" -o -n "$with_system_libs" && \
test "$with_system_nas" != "no"; then
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]