The Samba-Bugzilla – Attachment 8228 Details for
Bug 9428
inotify detection broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
9428.diff (text/plain), 676 bytes, created by
Volker Lendecke
on 2012-11-24 10:41:25 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2012-11-24 10:41:25 UTC
Size:
676 bytes
patch
obsolete
>From 9a1293a9e818c358517d481bc1fe57281a4dc9e1 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Sat, 24 Nov 2012 11:39:02 +0100 >Subject: [PATCH] s3: Fix bug 9428 -- inotify detection broken > >--- > source3/configure.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/configure.in b/source3/configure.in >index 2dfc388..0e1389f 100644 >--- a/source3/configure.in >+++ b/source3/configure.in >@@ -2490,7 +2490,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 > >-- >1.7.9.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
jra
:
review+
Actions:
View
Attachments on
bug 9428
: 8228