summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-08-25 22:43:20 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-08-25 22:43:20 +0000
commit066c5ae97fd62109d9e0a5ae417753a1585e14d0 (patch)
tree3fb12d544263ae9fcf855b60675728e48cccb181 /source3/configure.in
parent6b9de4f69f6d4f2cb7f28228c70e72837cc745ac (diff)
downloadsamba-066c5ae97fd62109d9e0a5ae417753a1585e14d0.tar.gz
samba-066c5ae97fd62109d9e0a5ae417753a1585e14d0.tar.bz2
samba-066c5ae97fd62109d9e0a5ae417753a1585e14d0.zip
Steve Langasek <vorlon@netexpress.net> has again attempted to simplify Samba's
external lib dependencies - let's hope this patch stays around for longer than the previous attempt. Andrew Bartlett (This used to be commit d0c0e9f427400c24f5cc38c67b7a927f9d937375)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index be1064fb4e..90b07ef20a 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -147,6 +147,7 @@ AC_SUBST(POBAD_CC)
AC_SUBST(SHLIBEXT)
AC_SUBST(LIBSMBCLIENT_SHARED)
AC_SUBST(LIBSMBCLIENT)
+AC_SUBST(PRINTLIBS)
# compile with optimization and without debugging by default
CFLAGS="-O ${CFLAGS}"
@@ -496,7 +497,7 @@ if test x$enable_cups != xno; then
AC_DEFINE(HAVE_CUPS)
CFLAGS="$CFLAGS `$CUPS_CONFIG --cflags`"
LDFLAGS="$LDFLAGS `$CUPS_CONFIG --ldflags`"
- LIBS="$LIBS `$CUPS_CONFIG --libs`"
+ PRINTLIBS="$PRINTLIBS `$CUPS_CONFIG --libs`"
fi
fi