summaryrefslogtreecommitdiff
path: root/config_office
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-06-18 15:36:20 +0000
committerKurt Zenker <kz@openoffice.org>2007-06-18 15:36:20 +0000
commitf2ef0cf8c84c32a5406da4187f3facc7b82b7a71 (patch)
tree712cf4fb2355049cde2d59149aaab55bff42cc59 /config_office
parentc3b2e935ee241d028c9346355fd59d622c357d4d (diff)
INTEGRATION: CWS ppc64one (1.204.4); FILE MERGED
2007/05/29 14:16:04 cmc 1.204.4.1: #i77898# detect 64bit ppc environment, being careful to check the size of long as the default env for ppc64 userspace is generally 32bit
Diffstat (limited to 'config_office')
-rw-r--r--config_office/configure.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/config_office/configure.in b/config_office/configure.in
index cb1454a6d34c..1d2b145cb248 100644
--- a/config_office/configure.in
+++ b/config_office/configure.in
@@ -3,7 +3,7 @@ dnl * vi:set sw=3 ts=3 et:
dnl *
dnl * Name: configure.in
dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
-dnl * Date: $Date: 2007-06-11 14:21:25 $
+dnl * Date: $Date: 2007-06-18 16:36:20 $
dnl *
dnl * Desc: This file serves as input for the GNU autoconf package
dnl * in order to create a configure script.
@@ -12,7 +12,7 @@ dnl * necessary to build OpenOffice.org
dnl *
dnl *
dnl ******************************************************************/
-AC_REVISION( $Revision: 1.208 $ )
+AC_REVISION( $Revision: 1.209 $ )
AC_PREREQ(2.50)
AC_INIT()
echo "$@" >config.parms
@@ -5084,6 +5084,10 @@ fi
AC_SUBST(USE_XINERAMA)
AC_SUBST(XINERAMA_LINK)
+AC_CHECK_SIZEOF(long)
+SIZEOF_LONG=$ac_cv_sizeof_long
+AC_SUBST(SIZEOF_LONG)
+
dnl ===================================================================
dnl Test for the presence of Ant and that it works
dnl ===================================================================