[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1288-g6864395

Karolin Seeger kseeger at samba.org
Fri Sep 11 06:44:17 MDT 2009


The branch, v3-4-test has been updated
       via  686439599ad78c6f4d5609129113e6da51fb4a57 (commit)
      from  f710535e947008a083b49d8a3faa117208616d7f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit 686439599ad78c6f4d5609129113e6da51fb4a57
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
    (cherry picked from commit b54e48b830dbc3d66f9de5d2711a57a1630809e2)
    
    Should fix bug #6704.

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

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 892b836..40923c6 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6064,7 +6064,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