3c2a093790
are custom paper sizes, n-up printing selections, page borders, jpeg and png previewing, job control options, and extended option types to support foomatic and fax4CUPS. A repeatable SEGV is fixed (patch also sent to xpp maintainer). Closes PR pkg/32930 Reviewed by <bouyer>
13 lines
517 B
Text
13 lines
517 B
Text
$NetBSD: patch-ac,v 1.2 2006/05/07 01:47:00 chap Exp $
|
|
|
|
--- configure.in.orig 2006-03-03 12:54:21.000000000 +0100
|
|
+++ configure.in 2006-03-03 12:56:12.000000000 +0100
|
|
@@ -103,7 +103,7 @@
|
|
AC_CHECK_LIB(cups,httpConnect)
|
|
|
|
dnl Check for CUPSD
|
|
-AC_PATH_PROG(CUPSD,cupsd,,$PATH:/usr/sbin:/sbin:/usr/local/sbin)
|
|
+AC_PATH_PROG(CUPSD,cupsd,,$PATH:/usr/sbin:/sbin:/usr/local/sbin:$prefix/sbin)
|
|
if test "$CUPSD" = ""; then
|
|
AC_MSG_ERROR(CUPS daemon not found, please install CUPS package (http://www.cups.org).)
|
|
fi
|