diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 12:10:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 12:10:04 +0000 |
commit | 9980e7e30e680e946ecb3ec2f12045b4e8297157 (patch) | |
tree | d699d2b023d2a908c5e65ee7dabbed21f6ed735e /config_office | |
parent | 574097ccf8ce0cc8cda7bfb312441703b4dff817 (diff) |
INTEGRATION: CWS ucbfixes01 (1.198.8); FILE MERGED
2007/04/26 08:36:07 kso 1.198.8.1: #i67558# - No longer define NEON_VERSION for builds with internal neon.
Diffstat (limited to 'config_office')
-rw-r--r-- | config_office/configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config_office/configure.in b/config_office/configure.in index c49c6f7c1843..99f4d15d4196 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-04-25 15:53:53 $ +dnl * Date: $Date: 2007-05-10 13:10:04 $ 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.201 $ ) +AC_REVISION( $Revision: 1.202 $ ) AC_PREREQ(2.50) AC_INIT() echo "$@" >config.parms @@ -4035,7 +4035,6 @@ else SYSTEM_NEON=NO NEON_LIBS=-lneon NEON_CFLAGS= - NEON_VERSION=0247 BUILD_TYPE="$BUILD_TYPE NEON" fi AC_SUBST(SYSTEM_NEON) |