summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2011-10-04 10:23:25 +0200
committerTomas Chvatal <tchvatal@suse.cz>2011-10-04 10:28:38 +0200
commitab0c5e94146711a7e2fd8cd953a63854c8f53740 (patch)
tree07de6d58a2b06d31062352c5117e6611bc9eaa94 /configure.in
parentWaE: 'argument' : conversion from 'sal_Int32' to 'sal_uInt16' (diff)
downloadcore-ab0c5e94146711a7e2fd8cd953a63854c8f53740.tar.gz
core-ab0c5e94146711a7e2fd8cd953a63854c8f53740.zip
Cosmetics: remove stray yes
This removes result for check on cups, it is required as other checkers already print yes/no during the test, even if it seems like the command is now "unresulted".
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6501529c1f5d..c8b3d022079c 100644
--- a/configure.in
+++ b/configure.in
@@ -2378,7 +2378,6 @@ if test "$test_cups" = "yes"; then
if test "$ac_cv_lib_cups_cupsPrintFiles" != "yes" -a "$ac_cv_header_cups_cups_h" != "yes"; then
AC_MSG_ERROR([Could not find CUPS. Install libcupsys2-dev or cups???-devel.])
fi
- AC_MSG_RESULT([yes])
fi