Kaydet (Commit) d9794110 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS vcl78 (1.201.6); FILE MERGED

2007/05/15 11:08:17 pl 1.201.6.1: #i77363# remove libpaper
üst 120bac2d
......@@ -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 ===================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment