chiark / gitweb /
build-sys: fix typo in variable name
[elogind.git] / configure.ac
index c41f6c9a70e2acff147e23268279d96e766239ca..0b820149ac158e0713b71920799f0bbd16bb78ec 100644 (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])