summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2011-06-21 16:45:52 +0100
committerChris Liddell <chris.liddell@artifex.com>2011-06-21 16:45:52 +0100
commit368e14c73337b42a24299445a660f029d2c26861 (patch)
tree0c2cc31e5c40ff8339e62bc548d084f4146e1eea
parentdfc53c791d8a121273bd22bbc0c04fd3ed375cdf (diff)
Reinstate the configure check for cups/raster.h.
Several Linux distributions seem to have neglected to make the cups development package depend on the cupsimage development package, but we need both for the cups device. No cluster differences expected. CLUSTER_UNTESTED
-rw-r--r--gs/base/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/base/configure.ac b/gs/base/configure.ac
index 09a495f00..6543a2166 100644
--- a/gs/base/configure.ac
+++ b/gs/base/configure.ac
@@ -771,7 +771,7 @@ if ( test -d cups ); then
if test x$enable_cups != xno; then
if test x$with_local_cups != xyes; then
AC_PATH_PROG(CUPSCONFIG,cups-config)
- dnl AC_CHECK_HEADER([cups/raster.h],[],[CUPSCONFIG=""])
+ AC_CHECK_HEADER([cups/raster.h],[],[CUPSCONFIG=""])
if test "x$CUPSCONFIG" != x; then
dnl Use values from CUPS config...
CUPSCFLAGS="`$CUPSCONFIG --cflags` $CFLAGS"