diff options
author | Rene Engelhard <rene@debian.org> | 2014-05-30 20:59:10 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2014-05-30 21:01:37 +0200 |
commit | 59eabfcfeab03ee3aa830bfa31ea4a7893824776 (patch) | |
tree | b34658bbc72b80c04eec72eedd666767cf74b5c6 /configure.ac | |
parent | 0ab538885d818a7b3706df48a625e2523a8ebbdf (diff) |
Debians cups lib is not libcupsys2-dev anymore since long - but libcuups2-dev
Change-Id: I6c7dad163f6c93ba135329901dc86917577d59a2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |