[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-202-gb54e48b

Björn Jacke bjacke at samba.org
Fri Jul 3 12:23:02 GMT 2009


The branch, master has been updated
       via  b54e48b830dbc3d66f9de5d2711a57a1630809e2 (commit)
      from  fa453d944d0038e39004da13963430bd312b5804 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b54e48b830dbc3d66f9de5d2711a57a1630809e2
Author: Björn Jacke <bj at sernet.de>
Date:   Fri Jul 3 14:25:06 2009 +0200

    s3:configure: fix syntax error in avahi configure test

-----------------------------------------------------------------------

Summary of changes:
 source3/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 09db1ed..7115a3b 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
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list