From: Gerald Carter Date: Tue, 24 Aug 2004 15:40:52 +0000 (+0000) Subject: r2018: updating syntax for enable-cups check X-Git-Tag: samba-4.0.0alpha6~801^2~11302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99dd2ded8a631bca856901f73505f4a80136092d;p=thirdparty%2Fsamba.git r2018: updating syntax for enable-cups check (This used to be commit 1acbd40b2651d49811c0afa0f1c3b5eacd3171a0) --- diff --git a/source3/configure.in b/source3/configure.in index ec53941c611..0dc4838809e 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