mirror of
https://github.com/samba-team/samba.git
synced 2025-08-31 22:02:58 +03:00
s3: Use cups-config --libs
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user