]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
configure.ac:
authorFrank Kardel <kardel@ntp.org>
Sun, 4 Sep 2005 06:44:18 +0000 (06:44 +0000)
committerFrank Kardel <kardel@ntp.org>
Sun, 4 Sep 2005 06:44:18 +0000 (06:44 +0000)
  with NetBSD 3.99.8 the CTTY requirement has been lifted

bk: 431a97c2Ofg5rlGV66PAVSbElPSejQ

configure.ac

index 853a7b3ffab208eac834d320d14070e21c82ef91..4a8227219bd8db7861ee046417e408aee00ffa1e 100644 (file)
@@ -1335,14 +1335,14 @@ case "$ac_cv_arg_setpgrp_negpid" in
 esac
 
 AC_CACHE_CHECK(if we need a ctty for F_SETOWN, ac_cv_func_ctty_for_f_setown,
-[case "$host" in
+[[case "$host" in
  *-*-bsdi[[23]]*)
     ans=yes
     ;;
  *-*-freebsd*)
     ans=yes
     ;;
- *-*-netbsd*)
+ *-*-netbsd*3.[0-8]*|*-*-netbsd*[0-2].*|*-*-netbsd*3.99.[0-7])
     ans=yes
     ;;
  *-*-openbsd*)
@@ -1354,7 +1354,7 @@ AC_CACHE_CHECK(if we need a ctty for F_SETOWN, ac_cv_func_ctty_for_f_setown,
  *) ans=no
     ;;
 esac
-ac_cv_func_ctty_for_f_setown=$ans])
+ac_cv_func_ctty_for_f_setown=$ans]])
 case "$ac_cv_func_ctty_for_f_setown" in
  yes) AC_DEFINE(USE_FSETOWNCTTY, 1, [Must we have a CTTY for fsetown?]) ;;
 esac