1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

s3:configure: fix syntax error in avahi configure test

This commit is contained in:
Björn Jacke 2009-07-03 14:25:06 +02:00
parent fa453d944d
commit b54e48b830

View 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