diff options
author | Björn Jacke <bj@sernet.de> | 2010-11-08 21:14:44 +0100 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2010-11-08 20:58:20 +0000 |
commit | 842a8e43129d821ebf08cdf4fcba54d3789de756 (patch) | |
tree | 886782d7172bc27dc8707d15f3f284d9dd102120 /source3 | |
parent | 124abb37bf6acfe3c5c7d0c9da0ba201629a9444 (diff) | |
download | samba-842a8e43129d821ebf08cdf4fcba54d3789de756.tar.gz samba-842a8e43129d821ebf08cdf4fcba54d3789de756.tar.bz2 samba-842a8e43129d821ebf08cdf4fcba54d3789de756.zip |
s3/configure: fix typo and warning
Autobuild-User: Björn Jacke <bjacke@samba.org>
Autobuild-Date: Mon Nov 8 20:58:20 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 959e5eb011..aedec9b4dd 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`"]) |