svn commit: samba r2018 - branches/SAMBA_3_0/source

jerry at samba.org jerry at samba.org
Tue Aug 24 15:40:52 GMT 2004


Author: jerry
Date: 2004-08-24 15:40:52 +0000 (Tue, 24 Aug 2004)
New Revision: 2018

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2018&nolog=1

Log:
updating syntax for enable-cups check
Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2004-08-24 15:38:57 UTC (rev 2017)
+++ branches/SAMBA_3_0/source/configure.in	2004-08-24 15:40:52 UTC (rev 2018)
@@ -716,7 +716,7 @@
 		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



More information about the samba-cvs mailing list