[Open Office] please apply tiny patch for
src680/disable-access.diff ...
NAKATA Maho
chat95 at mac.com
Sun May 14 19:44:18 EDT 2006
could you
please apply following tiny patch for src680/disable-access.diff?
--- patches/src680/disable-access.diff.bak Tue Aug 16 21:43:02 2005
+++ patches/src680/disable-access.diff Sun May 14 18:59
:38 2006
@@ -27,7 +27,7 @@
+ AC_MSG_RESULT([yes])
+ ENABLE_ACCESS="YES"
+ AC_MSG_CHECKING([which mdbtools to use])
-+ if test "$with_system_mdbtools" == "yes"; then
++ if test "$with_system_mdbtools" = "yes"; then
+ AC_MSG_RESULT([external])
+ SYSTEM_MDBTOOLS=YES
+ else
GNU/Linux 's sh is bash, which support "==", but FBSD' sh
is sh, it doesn't support == for comparison.
-- NAKATA, Maho (maho at FreeBSD.org)
More information about the Openoffice
mailing list