[Libreoffice-commits] core.git: configure.ac

Rene Engelhard rene at debian.org
Fri May 30 12:02:02 PDT 2014


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 59eabfcfeab03ee3aa830bfa31ea4a7893824776
Author: Rene Engelhard <rene at debian.org>
Date:   Fri May 30 20:59:10 2014 +0200

    Debians cups lib is not libcupsys2-dev anymore since long - but libcuups2-dev
    
    Change-Id: I6c7dad163f6c93ba135329901dc86917577d59a2

diff --git a/configure.ac b/configure.ac
index c5508a0..0a24ca3 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


More information about the Libreoffice-commits mailing list