s3:configure: fix syntax error in avahi configure test
authorBjörn Jacke <bj@sernet.de>
Fri, 3 Jul 2009 12:25:06 +0000 (14:25 +0200)
committerBjörn Jacke <bj@sernet.de>
Fri, 3 Jul 2009 12:26:28 +0000 (14:26 +0200)
source3/configure.in

index 09db1edfce0931ae7501ccac7a550236c1b31f64..7115a3ba4d3ff4a62a965aede5739bc7a8797dab 100644 (file)
@@ -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