diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-27 11:34:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-27 11:34:20 +0000 |
commit | b5b53bdbc49aa0022c93e66bd6273b0e31b2af98 (patch) | |
tree | 4b41b8e2eadd38ea05dec460ea065266736e2ef4 /configure.in | |
parent | b99a8a1140428d0552cc4a0766d96eedf9ea92cc (diff) | |
download | glibc-b5b53bdbc49aa0022c93e66bd6273b0e31b2af98.tar glibc-b5b53bdbc49aa0022c93e66bd6273b0e31b2af98.tar.gz glibc-b5b53bdbc49aa0022c93e66bd6273b0e31b2af98.tar.bz2 glibc-b5b53bdbc49aa0022c93e66bd6273b0e31b2af98.zip |
Update.
* configure.in: Fix typo.
1999-05-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 179b1adfa6..b675069f4f 100644 --- a/configure.in +++ b/configure.in @@ -136,7 +136,7 @@ AC_SUBST(force_install) dnl On some platforms we allow dropping compatibility with all kernel dnl versions. AC_ARG_ENABLE(kernel, -[ --enable-kernel=VERSION compile for copmatibility with kernel not older +[ --enable-kernel=VERSION compile for compatibility with kernel not older than VERSION], minimum_kernel=$enableval) |