INTEGRATION: CWS kendy02 (1.89.10); FILE MERGED
2005/02/21 17:47:08 kendy 1.89.10.2: RESYNC: (1.89-1.94); FILE MERGED 2005/02/14 18:13:05 kendy 1.89.10.1: Issue number: #i42409# Submitted by: mmeeks Reviewed by: kendy Fix the GPC warning.
This commit is contained in:
parent
4ba48e20ed
commit
0d39665244
1 changed files with 4 additions and 7 deletions
|
@ -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: 2005-02-24 14:44:42 $
|
||||
dnl * Date: $Date: 2005-02-25 09:48: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.99 $ )
|
||||
AC_REVISION( $Revision: 1.100 $ )
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT()
|
||||
echo "$@" >config.parms
|
||||
|
@ -23,11 +23,8 @@ AC_ARG_WITH(gnu-cp,
|
|||
[ --with-gnu-cp Specify location of GNU cp on Solaris or FreeBSD
|
||||
],,)
|
||||
AC_ARG_WITH(gpc,
|
||||
[ --without-gpc *NOT RECOMMENDED* Removes GPC code from
|
||||
openoffice.org Reduces some graphics capability
|
||||
slightly.
|
||||
This is required to allow some strict packagers to
|
||||
comply with their distrubution policy.
|
||||
[ --without-gpc Use the internal polygon clipping code instead of
|
||||
the external GPC polygon clipping library.
|
||||
],,)
|
||||
AC_ARG_ENABLE(libart,
|
||||
[ --enable-libart Enables the use of libart, instead of GPC for
|
||||
|
|
Loading…
Reference in a new issue