Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/compat Regen: Add AC_MSG_RESULT yes/no to the uio checks.
details: https://anonhg.NetBSD.org/src/rev/16992fecabd7
branches: trunk
changeset: 935090:16992fecabd7
user: uwe <uwe%NetBSD.org@localhost>
date: Wed Jun 24 14:44:44 2020 +0000
description:
Regen: Add AC_MSG_RESULT yes/no to the uio checks.
diffstat:
tools/compat/configure | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diffs (33 lines):
diff -r 3a2518f0e9cc -r 16992fecabd7 tools/compat/configure
--- a/tools/compat/configure Wed Jun 24 14:39:01 2020 +0000
+++ b/tools/compat/configure Wed Jun 24 14:44:44 2020 +0000
@@ -4315,9 +4315,14 @@
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
$as_echo "#define HAVE_ENUM_UIO_RW 1" >>confdefs.h
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
@@ -4339,9 +4344,14 @@
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
$as_echo "#define HAVE_ENUM_UIO_SEG 1" >>confdefs.h
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Home |
Main Index |
Thread Index |
Old Index