* configure.in: Fix typo.

1999-05-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
This commit is contained in:
Ulrich Drepper 1999-05-27 11:34:20 +00:00
parent b99a8a1140
commit b5b53bdbc4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-05-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* configure.in: Fix typo.
1999-05-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manual/socket.texi (Host Names): Remove statement that h_errno

View File

@ -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)