[SCM] CTDB repository - branch master updated - ctdb-2.1-38-g85b7771

Amitay Isaacs amitay at samba.org
Tue Mar 26 19:23:30 MDT 2013


The branch, master has been updated
       via  85b777196289646ca37e06ebbf1f7a684d0aabc5 (commit)
      from  307416afda707b687f5e89e8438e45c154a4c806 (commit)

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


- Log -----------------------------------------------------------------
commit 85b777196289646ca37e06ebbf1f7a684d0aabc5
Author: Sumit Bose <sbose at redhat.com>
Date:   Mon Mar 25 12:28:31 2013 +0100

    build: Fix for tevent autoconf check
    
    The list of include files is the 4th argument of AC_CHECK_DECLS.

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

Summary of changes:
 lib/tevent/libtevent.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/libtevent.m4 b/lib/tevent/libtevent.m4
index 2141af6..fc06a9d 100644
--- a/lib/tevent/libtevent.m4
+++ b/lib/tevent/libtevent.m4
@@ -11,7 +11,7 @@ AC_SUBST(TEVENT_CFLAGS)
 if test x"$INCLUDED_TEVENT" != x"yes" ; then
     AC_CHECK_HEADERS(tevent.h)
     AC_CHECK_LIB(tevent, tevent_context_init, [ TEVENT_LIBS="-ltevent" ])
-    AC_CHECK_DECLS([TEVENT_TRACE_BEFORE_WAIT], [[#include <tevent.h>]])
+    AC_CHECK_DECLS([TEVENT_TRACE_BEFORE_WAIT],,, [[#include <tevent.h>]])
     if test x"$ac_cv_header_tevent_h" = x"no" -o \
 	x"$ac_cv_lib_tevent_tevent_context_init" = x"no" -o \
 	x"$ac_cv_have_decl_TEVENT_TRACE_BEFORE_WAIT" = x"no" ; then


-- 
CTDB repository


More information about the samba-cvs mailing list