X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=source3%2Fconfigure.in;h=a922e3fb7ee6732a70d195062f4bfb57426a6c17;hp=4eaebcab6d72081dce1181a3f12bac8854974513;hb=18f1f5b56b14070fee0748b72b473507bfe99357;hpb=5a01071692db91a4ea7131e31c41b6426d184758 diff --git a/source3/configure.in b/source3/configure.in index 4eaebcab6d7..a922e3fb7ee 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