mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-10 09:40:49 +00:00
config.d/networking.m4: fix minor typo.
This commit is contained in:
parent
8a5b16d6ab
commit
cd05fecfac
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ fi
|
||||||
|
|
||||||
AC_ARG_WITH(ipv6,
|
AC_ARG_WITH(ipv6,
|
||||||
AS_HELP_STRING([--with-ipv6=DIR],
|
AS_HELP_STRING([--with-ipv6=DIR],
|
||||||
[Eenable IPv6 support.]
|
[Enable IPv6 support.]
|
||||||
[Optional argument specifies location of inet6 libraries.]),
|
[Optional argument specifies location of inet6 libraries.]),
|
||||||
[
|
[
|
||||||
if test "x$withval" = xno ; then
|
if test "x$withval" = xno ; then
|
||||||
|
|
Loading…
Reference in a new issue