* configure.in: Don't allow --enable-kernel without parameter.

1999-10-25  Ulrich Drepper  <drepper@cygnus.com>
This commit is contained in:
Ulrich Drepper 1999-10-25 21:12:06 +00:00
parent 76b47e64d5
commit 86cfe82d03
3 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-10-25 Ulrich Drepper <drepper@cygnus.com>
* configure.in: Don't allow --enable-kernel without parameter.
1999-10-25 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/i386/fpu/libm-test-ulps: Remove entries caused by +-0

View File

@ -174,6 +174,11 @@ AC_ARG_ENABLE(kernel,
[ --enable-kernel=VERSION compile for compatibility with kernel not older
than VERSION],
minimum_kernel=$enableval)
dnl Prevent unreasonable values.
if test "$minimum_kernel" = yes || test "$minimum_kernel" = no; then
# Better nothing than this.
minimum_kernel=""
fi
AC_CANONICAL_HOST

View File

@ -1,3 +1,13 @@
1999-10-25 Andreas Jaeger <aj@suse.de>
* internals.h: Remove K&R compatibility.
* no-tsd.c: Likewise.
* semaphore.h: Likewise.
* signals.c: Likewise.
* sysdeps/pthread/bits/libc-tsd.h: Likewise.
* sysdeps/unix/sysv/linux/bits/sigthread.h: Likewise.
* weaks.c: Likewise.
1999-10-21 Xavier Leroy <Xavier.Leroy@inria.fr>
* linuxthreads/pthread.c: For i386, wrap pthread_handle_sigrestart