summaryrefslogtreecommitdiff
path: root/source3/configure
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-06-05 14:30:20 +0000
committerJim McDonough <jmcd@samba.org>2002-06-05 14:30:20 +0000
commitcef94845806338fb6f09ddce0877c7430fc5d0e9 (patch)
tree4ffdae59d6d47613527f8a2dae1af8ac6652c3e1 /source3/configure
parent78418649404712acb73d78a94eb1050d6f529359 (diff)
downloadsamba-cef94845806338fb6f09ddce0877c7430fc5d0e9.tar.gz
samba-cef94845806338fb6f09ddce0877c7430fc5d0e9.tar.bz2
samba-cef94845806338fb6f09ddce0877c7430fc5d0e9.zip
merge 390 kernel workaround from SAMBA_2_2.
(This used to be commit df78e76e0b8e90430af37ce997bfc6b73c9d01d7)
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 19902cc584..9534c2b9a1 100755
--- a/source3/configure
+++ b/source3/configure
@@ -10590,7 +10590,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"; then
+if test x"$samba_cv_HAVE_KERNEL_CHANGE_NOTIFY" = x"yes" && test x"$target_cpu" != x"s390"; then
cat >> confdefs.h <<\EOF
#define HAVE_KERNEL_CHANGE_NOTIFY 1
EOF