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

New commits:
commit 59eabfcfeab03ee3aa830bfa31ea4a7893824776
Author: Rene Engelhard <r...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to