diff options
author | Gerald Carter <jerry@samba.org> | 2004-08-24 15:40:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:28 -0500 |
commit | 99dd2ded8a631bca856901f73505f4a80136092d (patch) | |
tree | 7e29a0e3e1dfa7d28a61f2ac294ccdf25a91646a /source3 | |
parent | e091cd81480ca14118dab1ae76c37f7bf891c295 (diff) | |
download | samba-99dd2ded8a631bca856901f73505f4a80136092d.tar.gz samba-99dd2ded8a631bca856901f73505f4a80136092d.tar.bz2 samba-99dd2ded8a631bca856901f73505f4a80136092d.zip |
r2018: updating syntax for enable-cups check
(This used to be commit 1acbd40b2651d49811c0afa0f1c3b5eacd3171a0)
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 ec53941c61..0dc4838809 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -716,7 +716,7 @@ if test x$enable_cups != xno; then CFLAGS="$CFLAGS `$CUPS_CONFIG --cflags`" LDFLAGS="$LDFLAGS `$CUPS_CONFIG --ldflags`" PRINT_LIBS="$PRINT_LIBS `$CUPS_CONFIG --libs`" - elif test x$enable_cups == xyes; then + elif test x"$enable_cups" == x"yes"; then AC_MSG_ERROR(Cups support required but cups-config not located. Make sure cups-devel related files are installed.) fi fi |