The branch, master has been updated
via 5f2edd1 s3: Fix bug 9428 -- inotify detection broken
from ed68f75 s3: Do not free a string where we should not
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 5f2edd13efd447df0500952a0946188432453eb7
Author: Volker Lendecke <[email protected]>
Date: Sat Nov 24 11:39:02 2012 +0100
s3: Fix bug 9428 -- inotify detection broken
Reviewed by: Jeremy Allison <[email protected]>
Autobuild-User(master): Jeremy Allison <[email protected]>
Autobuild-Date(master): Tue Nov 27 01:20:24 CET 2012 on sn-devel-104
-----------------------------------------------------------------------
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 b74b4c2..bd3bffe 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2509,7 +2509,7 @@ fi
AC_CHECK_HEADER(sys/inotify.h)
-if test x"ac_cv_header_sys_inotify_h" = x"yes"; then
+if test x"$ac_cv_header_sys_inotify_h" = x"yes"; then
AC_DEFINE(HAVE_INOTIFY,1,[For inotify support])
fi
--
Samba Shared Repository