The branch, master has been updated
       via  18f1f5b56b14070fee0748b72b473507bfe99357 (commit)
      from  5a01071692db91a4ea7131e31c41b6426d184758 (commit)

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


- Log -----------------------------------------------------------------
commit 18f1f5b56b14070fee0748b72b473507bfe99357
Author: Björn Jacke <[email protected]>
Date:   Tue Sep 15 19:41:58 2009 +0200

    s3: ignore cups-config to tidy up library dependencies
    
    contrary to krb5-config for example, which outputs useful things, 
cups-config
    --libs does not output libs we have to link against. It outputs libs that 
cups
    linked against. We just have to link against cups.

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

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 4eaebca..a922e3f 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -743,7 +743,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 `$CUPS_CONFIG --libs`"
+               PRINT_LIBS="-lcups"
                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

Reply via email to