From: Björn Jacke Date: Sat, 4 Apr 2009 09:21:01 +0000 (+0200) Subject: s3:configure: "test" only takes one "=" X-Git-Tag: tdb-1.1.5~688 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddd37c2b235eb03ddb438ebb2cdd14dd67f867f3;p=thirdparty%2Fsamba.git s3:configure: "test" only takes one "=" --- diff --git a/source3/configure.in b/source3/configure.in index 0e972e766b4..b532372bfd6 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -5989,7 +5989,7 @@ AC_ARG_ENABLE(dnssd, [AS_HELP_STRING([--enable-dnssd], [Enable DNS service discovery support (default=no)])]) AC_SUBST(DNSSD_LIBS) -if test x"$enable_dnssd" == x"yes"; then +if test x"$enable_dnssd" = x"yes"; then have_dnssd_support=yes AC_CHECK_HEADERS(dns_sd.h)