From 842a8e43129d821ebf08cdf4fcba54d3789de756 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Mon, 8 Nov 2010 21:14:44 +0100 Subject: [PATCH] s3/configure: fix typo and warning MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Autobuild-User: Björn Jacke Autobuild-Date: Mon Nov 8 20:58:20 UTC 2010 on sn-devel-104 --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index 959e5eb0110..aedec9b4dd0 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`"]) -- 2.11.4.GIT