diff options
author | Björn Jacke <bj@sernet.de> | 2010-08-09 18:37:58 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2010-08-12 16:30:35 +0200 |
commit | 1d443f6bc251303e827e97401771a66c03fc33e7 (patch) | |
tree | f53960dcad1d918cac5db983aeb332caeb9c8a30 /source3/configure.in | |
parent | feb432292ee7c8a158524b8c5abbe41ca7882d4b (diff) | |
download | samba-1d443f6bc251303e827e97401771a66c03fc33e7.tar.gz samba-1d443f6bc251303e827e97401771a66c03fc33e7.tar.xz samba-1d443f6bc251303e827e97401771a66c03fc33e7.zip |
Revert "s3: Use cups-config --libs"
This reverts commit 911db761148. This was introduced in 18f1f5b56b140
intentionally.
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 294cd53c577..4b92cd677e4 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 `$CUPS_CONFIG --libs`" + PRINT_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 |