diff options
author | Michael Shields <shields@msrl.com> | 2017-02-11 21:30:40 -0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-12 00:30:40 -0500 |
commit | 501bf2d5d217eaa21e6012c9cae7bb195265edcb (patch) | |
tree | afbd73a3bdb1c4caa5b77536efd89868e4c0161e /configure.ac | |
parent | dbb1d5cf69c07443c987c08ef1c54e51940fe1ab (diff) |
It's now ok to use Google NTP servers (#5311)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index ab1d17c531..ef8a8087af 100644 --- a/configure.ac +++ b/configure.ac @@ -1146,10 +1146,7 @@ AC_ARG_WITH(ntp-servers, AS_HELP_STRING([--with-ntp-servers=NTPSERVERS], [space-separated list of default NTP servers]), [NTP_SERVERS="$withval"], - [NTP_SERVERS="time1.google.com time2.google.com time3.google.com time4.google.com" - AC_MSG_WARN([*** Using Google NTP servers. - Do not ship OSes or devices with these default settings. - See DISTRO_PORTING for details!])]) + [NTP_SERVERS="time1.google.com time2.google.com time3.google.com time4.google.com"]) AC_DEFINE_UNQUOTED(NTP_SERVERS, ["$NTP_SERVERS"], [Default NTP Servers]) AC_SUBST(NTP_SERVERS) |