summaryrefslogtreecommitdiff
path: root/source3/configure
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-06-26 23:45:59 +0000
committerJim McDonough <jmcd@samba.org>2002-06-26 23:45:59 +0000
commit1aff36d92375bdde5905943be98b9ba26538a29e (patch)
tree1c26f3ba0a3e870ee025b5e582f3dc810f885046 /source3/configure
parentdd1bd197a36a2094ebd75e524c5c48163e1e2e47 (diff)
downloadsamba-1aff36d92375bdde5905943be98b9ba26538a29e.tar.gz
samba-1aff36d92375bdde5905943be98b9ba26538a29e.tar.bz2
samba-1aff36d92375bdde5905943be98b9ba26538a29e.zip
Re-enable kernel change notification on s390 as it has been fixed in the
kernel. (This used to be commit ce7aa715ba2b704bfba49f128196c6a3421fd73b)
Diffstat (limited to 'source3/configure')
-rwxr-xr-xsource3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure b/source3/configure
index e0136206d3..79bf540bc9 100755
--- a/source3/configure
+++ b/source3/configure
@@ -10576,7 +10576,7 @@ fi
fi
echo "$ac_t""$samba_cv_HAVE_KERNEL_CHANGE_NOTIFY" 1>&6
-if test x"$samba_cv_HAVE_KERNEL_CHANGE_NOTIFY" = x"yes" && test x"$target_cpu" != x"s390"; then
+if test x"$samba_cv_HAVE_KERNEL_CHANGE_NOTIFY" = x"yes"; then
cat >> confdefs.h <<\EOF
#define HAVE_KERNEL_CHANGE_NOTIFY 1
EOF