[gs-cvs] rev 9337 - trunk/gs/base
till at ghostscript.com
till at ghostscript.com
Thu Jan 8 13:28:56 PST 2009
Author: till
Date: 2009-01-08 13:28:55 -0800 (Thu, 08 Jan 2009)
New Revision: 9337
Modified:
trunk/gs/base/configure.ac
Log:
Small correction on ./configure magic for libpaper.
Modified: trunk/gs/base/configure.ac
===================================================================
--- trunk/gs/base/configure.ac 2009-01-08 12:51:35 UTC (rev 9336)
+++ trunk/gs/base/configure.ac 2009-01-08 21:28:55 UTC (rev 9337)
@@ -308,7 +308,7 @@
AC_HELP_STRING([--without-libpaper],
[disable libpaper support]))
if test x$with_libpaper != xno; then
- AC_CHECK_LIB(paper, systempapername, [with_libiconv=yes],
+ AC_CHECK_LIB(paper, systempapername, [with_libpaper=yes],
[
AC_MSG_WARN([disabling support for libpaper])
with_libpaper=no
More information about the gs-cvs
mailing list