[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Aug 2 03:55:21 MDT 2010


The branch, master has been updated
       via  911db76... s3: Use cups-config --libs
      from  e4b32cb... s4:ldap.py - remove superflous spaces

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 911db761148329f3bfc84ee68e0747215d0e8b2d
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Aug 2 11:03:13 2010 +0200

    s3: Use cups-config --libs

-----------------------------------------------------------------------

Summary of changes:
 source3/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 4b92cd6..294cd53 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -818,7 +818,7 @@ if test x$enable_cups != xno; then
 		ac_save_PRINT_LIBS=$PRINT_LIBS
 		CFLAGS="$CFLAGS `$CUPS_CONFIG --cflags`"
 		LDFLAGS="$LDFLAGS `$CUPS_CONFIG --ldflags`"
-		PRINT_LIBS="$PRINT_LIBS -lcups"
+		PRINT_LIBS="$PRINT_LIBS `$CUPS_CONFIG --libs`"
 		AC_CHECK_HEADERS(cups/cups.h cups/language.h)
 		if test x"$ac_cv_header_cups_cups_h" = xyes -a \
 		        x"$ac_cv_header_cups_language_h" = xyes; then


-- 
Samba Shared Repository


More information about the samba-cvs mailing list