From: Harlan Stenn Date: Sun, 27 May 2001 01:46:30 +0000 (-0000) Subject: ChangeLog, aclocal.m4, configure, configure.in: X-Git-Tag: NTP_4_0_99_M~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446fbd7c098240b615e135b4b15662defb8b448a;p=thirdparty%2Fntp.git ChangeLog, aclocal.m4, configure, configure.in: * configure.in (ac_cv_func_ctty_for_f_setown): BSDI3 needs a ctty for F_SETOWN, too. From: Paul A Vixie bk: 3b105c76YFSSCIkQcLV9rJriS7bJpA --- diff --git a/ChangeLog b/ChangeLog index 45331d07b..f575613fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-05-26 Harlan Stenn + + * configure.in (ac_cv_func_ctty_for_f_setown): BSDI3 needs a ctty + for F_SETOWN, too. + From: Paul A Vixie + 2001-05-24 Harlan Stenn * html/ntpd.htm: Typo. diff --git a/configure b/configure index a052a0fc7..4c98c6722 100755 --- a/configure +++ b/configure @@ -11071,7 +11071,7 @@ if test "${ac_cv_func_ctty_for_f_setown+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case "$target" in - *-*-bsdi2*) + *-*-bsdi23*) ans=yes ;; *-*-freebsd*) diff --git a/configure.in b/configure.in index 480ab72d6..f2b27ffc8 100644 --- a/configure.in +++ b/configure.in @@ -943,7 +943,7 @@ esac AC_CACHE_CHECK(if we need a ctty for F_SETOWN, ac_cv_func_ctty_for_f_setown, [case "$target" in - *-*-bsdi2*) + *-*-bsdi[23]*) ans=yes ;; *-*-freebsd*)