build-sys: fix typo in variable name

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-05-24 18:23:06 -04:00
parent b9acccb3c9
commit 49e5c2b26a
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@ AM_CONDITIONAL(ENABLE_RESOLVED, [test "$have_resolved" = "yes"])
AC_ARG_WITH(dns-servers,
AS_HELP_STRING([--with-dns-servers=DNSSERVERS],
[Space-separated list of default DNS servers]),
[NTP_SERVERS="$withval"],
[DNS_SERVERS="$withval"],
[DNS_SERVERS="8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844"])
AC_DEFINE_UNQUOTED(DNS_SERVERS, ["$DNS_SERVERS"], [Default DNS Servers])