summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2009-03-27 13:05:00 +0100
committerVolker Lendecke <vl@samba.org>2009-03-30 11:11:19 +0200
commit4b184eaea1aca5b69a7e9509353e6c4d73cce2c1 (patch)
tree797eca9495acfa4218b0e4deb89251295c77c315 /source3/configure.in
parent4b8e4ea7286f045effb6feb4c7bf8c5ef4ed2f9b (diff)
downloadsamba-4b184eaea1aca5b69a7e9509353e6c4d73cce2c1.tar.gz
samba-4b184eaea1aca5b69a7e9509353e6c4d73cce2c1.tar.bz2
samba-4b184eaea1aca5b69a7e9509353e6c4d73cce2c1.zip
s3/cups: add encryption support
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 1cf8d9ca4a..0850bf5a7f 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -788,6 +788,7 @@ if test x$enable_cups != xno; then
x"$ac_cv_header_cups_language_h" = xyes; then
AC_DEFINE(HAVE_CUPS,1,[Whether we have CUPS])
samba_cv_HAVE_CUPS=yes
+ AC_CHECK_LIB_EXT(cups, PRINT_LIBS, httpConnectEncrypt)
else
AC_MSG_WARN([cups-config around but cups-devel not installed])
CFLAGS=$ac_save_CFLAGS