diff options
author | Björn Jacke <bj@sernet.de> | 2009-07-03 14:25:06 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2009-07-03 14:26:28 +0200 |
commit | b54e48b830dbc3d66f9de5d2711a57a1630809e2 (patch) | |
tree | e777bd80178349bc6c9b79f87ccb1ddd7a98c0d2 /source3/configure.in | |
parent | fa453d944d0038e39004da13963430bd312b5804 (diff) | |
download | samba-b54e48b830dbc3d66f9de5d2711a57a1630809e2.tar.gz samba-b54e48b830dbc3d66f9de5d2711a57a1630809e2.tar.xz samba-b54e48b830dbc3d66f9de5d2711a57a1630809e2.zip |
s3:configure: fix syntax error in avahi configure test
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 09db1edfce0..7115a3ba4d3 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 |