s3/configure: fix typo and warning
authorBjörn Jacke <bj@sernet.de>
Mon, 8 Nov 2010 20:14:44 +0000 (21:14 +0100)
committerBjoern Jacke <bj@sernet.de>
Mon, 8 Nov 2010 20:58:20 +0000 (20:58 +0000)
Autobuild-User: Björn Jacke <bjacke@samba.org>
Autobuild-Date: Mon Nov  8 20:58:20 UTC 2010 on sn-devel-104

source3/configure.in

index 959e5eb0110b13a0d86c98d81e922acf6afee63d..aedec9b4dd0eda58adfdcf276706ad4c119e5dcb 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`"])