s3/configure: fix typo and warning
authorBjörn Jacke <bj@sernet.de>
Mon, 8 Nov 2010 20:14:44 +0000 (21:14 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 9 Nov 2010 00:02:59 +0000 (16:02 -0800)
Autobuild-User: Björn Jacke <bjacke@samba.org>
Autobuild-Date: Mon Nov  8 20:58:20 UTC 2010 on sn-devel-104
(cherry picked from commit 842a8e43129d821ebf08cdf4fcba54d3789de756)

source3/configure.in

index a7de49b283400f009a6e9461eaced4d047ee37a5..2014ae8d516dbb2d3ef254927b0c0ec8a08aeb12 100644 (file)
@@ -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`"])