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:
parent
fa453d944d
commit
b54e48b830
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user