From: Harlan Stenn Date: Sun, 27 Dec 2009 06:47:48 +0000 (-0500) Subject: [Bug 1440] Update configure.ac to support kfreebsd X-Git-Tag: NTP_4_2_7P6~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adffbf40a64dabafa2ed9dce49ac6802a8cb805c;p=thirdparty%2Fntp.git [Bug 1440] Update configure.ac to support kfreebsd bk: 4b370314mgK3-iVyF97edd37AHvSLA --- diff --git a/ChangeLog b/ChangeLog index 007d11af1..26ab5c2ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ * [Bug 1431] System headers must come before ntp headers in ntp_intres.c . * [Bug 1434] HP-UX 11 ip_mreq undeclared, _HPUX_SOURCE helps some. * [Bug 1435] sntp: Test for -lresolv using the same tests as in ntp. +* [Bug 1440] Update configure.ac to support kfreebsd. --- (4.2.6p1-RC1) 2009/12/20 Released by Harlan Stenn diff --git a/configure.ac b/configure.ac index db824340f..82205a015 100644 --- a/configure.ac +++ b/configure.ac @@ -742,6 +742,9 @@ case "$host" in *-*-sunos4*) ac_cv_var_override_hz=yes ;; + *-*-kfreebsd*) + ac_cv_var_override_hz=yes + ;; esac]) case "$ac_cv_var_override_hz" in yes) @@ -1860,6 +1863,9 @@ case "$ac_cv_hdr_def_sigio" in *-*-unicosmp*) ans=no ;; + *-*-kfreebsd*) + ans=no + ;; esac ;; esac @@ -1928,6 +1934,9 @@ case "$ac_cv_hdr_def_sigpoll" in *-*-unicosmp*) ans=no ;; + *-*-kfreebsd*) + ans=no + ;; *) ans=yes ;; esac @@ -1979,6 +1988,9 @@ case "$ac_cv_hdr_def_sigpoll" in *-*-unicosmp*) ans=no ;; + *-*-kfreebsd*) + ans=no + ;; *) ans=yes ;; esac