From b54e48b830dbc3d66f9de5d2711a57a1630809e2 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Fri, 3 Jul 2009 14:25:06 +0200 Subject: s3:configure: fix syntax error in avahi configure test --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 09db1edfce..7115a3ba4d 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6162,7 +6162,7 @@ if test x"$enable_avahi" != x"no"; then LIBS="$save_LIBS" if test x"$ac_cv_lib_ext_avahi_client_avahi_client_new" != x"yes" -o \ - test x"$ac_cv_lib_ext_avahi_common_avahi_strerror" != x"yes" ; then + x"$ac_cv_lib_ext_avahi_common_avahi_strerror" != x"yes" ; then have_avahi_support=no fi -- cgit