From: Harlan Stenn Date: Mon, 1 Nov 2010 04:29:29 +0000 (-0400) Subject: [Bug 1692] in sntp/, -lrt may only be needed in tests/ X-Git-Tag: NTP_4_2_7P76~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49c7fb9bfaa87f6dca418b25f1b3cac0cb08d557;p=thirdparty%2Fntp.git [Bug 1692] in sntp/, -lrt may only be needed in tests/ bk: 4cce4229ePAEM4Hqt0MNSo-Cqt3vBw --- diff --git a/sntp/configure.ac b/sntp/configure.ac index 450afa933..c7e7bc8e8 100644 --- a/sntp/configure.ac +++ b/sntp/configure.ac @@ -169,6 +169,7 @@ $as_unset saved_LIBS AC_SEARCH_LIBS([inet_pton], [nsl]) AC_SEARCH_LIBS([openlog], [gen syslog]) +# -lrt may only be needed by tests/ case "$host" in *-*-aix[[456]]*) # (prr) aix 4.1 doesn't have clock_settime, but in aix 4.3 it's a stub