diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-08-06 20:16:23 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-08-06 21:43:22 -0400 |
commit | b32545ff19364fe75240dc99bcc0ec6861d1bc61 (patch) | |
tree | 7dfc793538f6cb4f85bbbd3d7b80cf8932c62388 | |
parent | 3996b5251ddfcbe0809d1116821f003f2bca45ef (diff) |
build-sys: line-wrap message about google servers
This way it is more readable in a wall of configure output.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a9de4d62a9..f14e4d868c 100644 --- a/configure.ac +++ b/configure.ac @@ -1016,7 +1016,9 @@ AC_ARG_WITH(ntp-servers, [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. Please do not ship OSes or devices with these default settings. See DISTRO_PORTING for details!])]) + AC_MSG_WARN([*** Using Google NTP servers. + Do not ship OSes or devices with these default settings. + See DISTRO_PORTING for details!])]) AC_DEFINE_UNQUOTED(NTP_SERVERS, ["$NTP_SERVERS"], [Default NTP Servers]) AC_SUBST(NTP_SERVERS) |