summaryrefslogtreecommitdiff
path: root/config_office/configure.in
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-06-11 13:21:25 +0000
committerOliver Bolte <obo@openoffice.org>2007-06-11 13:21:25 +0000
commitd97941105bd4737d15e823357d17216879b64834 (patch)
tree1b7eba700a7f5a01265fdb7cbd09bfca9bb9a9be /config_office/configure.in
parent120bac2d02c28cac903e29d41f32d5ad0edd2f01 (diff)
INTEGRATION: CWS vcl78 (1.201.6); FILE MERGED
2007/05/15 11:08:17 pl 1.201.6.1: #i77363# remove libpaper
Diffstat (limited to 'config_office/configure.in')
-rw-r--r--config_office/configure.in18
1 files changed, 2 insertions, 16 deletions
diff --git a/config_office/configure.in b/config_office/configure.in
index c03ff11f4563..cb1454a6d34c 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:00:24 $
+dnl * Date: $Date: 2007-06-11 14:21:25 $
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.207 $ )
+AC_REVISION( $Revision: 1.208 $ )
AC_PREREQ(2.50)
AC_INIT()
echo "$@" >config.parms
@@ -1711,20 +1711,6 @@ if test "$_os" = "Linux"; then
fi
AC_SUBST(CRYPT_LINK)
-AC_MSG_CHECKING([whether to link to libpaper])
-if test -n "$enable_libpaper_link"; then
- AC_MSG_RESULT([yes])
- LIBPAPER_LINK=YES
- AC_CHECK_HEADER(paper.h, [],
- [AC_MSG_ERROR([paper.h needed. install libpaper headers])], [])
- AC_CHECK_LIB(paper, systempapername, [],
- [AC_MSG_ERROR([libpaper not found or functional])], [])
-else
- AC_MSG_RESULT([no])
- LIBPAPER_LINK=NO
-fi
-AC_SUBST(LIBPAPER_LINK)
-
dnl ===================================================================
dnl Testing for c++ compiler and version...
dnl ===================================================================