summaryrefslogtreecommitdiff
path: root/config_office/configure.in
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 14:23:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 14:23:00 +0000
commitc62fa943b2a95c76958457ae379635346a4f6cb4 (patch)
treef8546370edf7571b4b6bd8a0c0347ae25827b0e8 /config_office/configure.in
parent80f4db39fc95dfd7e6cb3a7456f338f766894c9e (diff)
INTEGRATION: CWS mipselport01 (1.220.16); FILE MERGED
2007/10/18 11:36:26 cmc 1.220.16.2: #i81483# missing line from endian test 2007/10/13 14:34:21 cmc 1.220.16.1: #i81483# add linux mips
Diffstat (limited to 'config_office/configure.in')
-rw-r--r--config_office/configure.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/config_office/configure.in b/config_office/configure.in
index f57a0c191cd6..cdebf98fa909 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-11-02 13:05:03 $
+dnl * Date: $Date: 2007-11-02 15:23:00 $
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.226 $ )
+AC_REVISION( $Revision: 1.227 $ )
AC_PREREQ(2.50)
AC_INIT()
echo "$@" >config.parms
@@ -5194,6 +5194,9 @@ AC_SUBST(XINERAMA_LINK)
AC_CHECK_SIZEOF(long)
SIZEOF_LONG=$ac_cv_sizeof_long
AC_SUBST(SIZEOF_LONG)
+AC_C_BIGENDIAN
+WORDS_BIGENDIAN=$ac_cv_c_bigendian
+AC_SUBST(WORDS_BIGENDIAN)
dnl ===================================================================
dnl Test for the presence of Ant and that it works