summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2014-05-30 20:59:10 +0200
committerRene Engelhard <rene@debian.org>2014-05-30 21:01:37 +0200
commit59eabfcfeab03ee3aa830bfa31ea4a7893824776 (patch)
treeb34658bbc72b80c04eec72eedd666767cf74b5c6
parent0ab538885d818a7b3706df48a625e2523a8ebbdf (diff)
Debians cups lib is not libcupsys2-dev anymore since long - but libcuups2-dev
Change-Id: I6c7dad163f6c93ba135329901dc86917577d59a2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c5508a0bece9..0a24ca3fb100 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4771,7 +4771,7 @@ if test "$test_cups" = "yes"; then
AC_CHECK_LIB([cups], [cupsPrintFiles], [:])
AC_CHECK_HEADER(cups/cups.h, AC_DEFINE(HAVE_CUPS_H))
if test "$ac_cv_lib_cups_cupsPrintFiles" != "yes" -o "$ac_cv_header_cups_cups_h" != "yes"; then
- AC_MSG_ERROR([Could not find CUPS. Install libcupsys2-dev or cups-devel.])
+ AC_MSG_ERROR([Could not find CUPS. Install libcups2-dev or cups-devel.])
fi
else