From 1aff36d92375bdde5905943be98b9ba26538a29e Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Wed, 26 Jun 2002 23:45:59 +0000 Subject: Re-enable kernel change notification on s390 as it has been fixed in the kernel. (This used to be commit ce7aa715ba2b704bfba49f128196c6a3421fd73b) --- source3/configure | 2 +- source3/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/source3/configure.in b/source3/configure.in index 1b17b8947f..29b705405e 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1442,7 +1442,7 @@ main() { } ], samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes,samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=no,samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=cross)]) -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 AC_DEFINE(HAVE_KERNEL_CHANGE_NOTIFY) fi -- cgit