summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-13 05:14:32 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-13 05:14:32 +0000
commit269e369fa69775f05136a0a4b729d4491b66ea0a (patch)
tree5d58320dbc25669b94c9a0e7d76254042b96595f /configure.in
parent932ba4ee943077ae89f96518c761c5cb79db460f (diff)
Update.
1999-11-12 Ulrich Drepper <drepper@cygnus.com> * configure.in: Allow user so specify --enable-kernel=current.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 05c61cd9c1..cf18953f10 100644
--- a/configure.in
+++ b/configure.in
@@ -178,6 +178,10 @@ dnl Prevent unreasonable values.
if test "$minimum_kernel" = yes || test "$minimum_kernel" = no; then
# Better nothing than this.
minimum_kernel=""
+else
+ if test "$minimum_kernel" = current; then
+ minimum_kernel=`uname -r 2>/dev/null` || minimum_kernel=
+ fi
fi
AC_CANONICAL_HOST