mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
build-sys: line-wrap message about google servers
This way it is more readable in a wall of configure output.
This commit is contained in:
parent
3996b5251d
commit
b32545ff19
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user