mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Re-enable kernel change notification on s390 as it has been fixed in the
kernel.
This commit is contained in:
parent
fea895c5c4
commit
ce7aa715ba
2
source/configure
vendored
2
source/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user