From: Björn Jacke Date: Mon, 8 Nov 2010 20:14:44 +0000 (+0100) Subject: s3/configure: fix typo and warning X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=842a8e43129d821ebf08cdf4fcba54d3789de756;p=metze%2Fsamba%2Fwip.git s3/configure: fix typo and warning Autobuild-User: Björn Jacke Autobuild-Date: Mon Nov 8 20:58:20 UTC 2010 on sn-devel-104 --- diff --git a/source3/configure.in b/source3/configure.in index 959e5eb0110b..aedec9b4dd0e 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -836,7 +836,7 @@ if test x$enable_cups != xno; then # dendencies including thread libraries - use cups-config only if really # required. AC_CHECK_LIB_EXT(cups, ac_save_PRINT_LIBS , httpConnect, - [PRINT_LIBS"$ac_save_PRINT_LIBS -lcups"], + [PRINT_LIBS="$ac_save_PRINT_LIBS -lcups"], [AC_MSG_WARN([your cups library doesn't link with -lcups alone, it might be underlinked.]) ; PRINT_LIBS="$ac_save_PRINT_LIBS `$CUPS_CONFIG --libs`"])