bk: 4b3877bd6A1PS9ozKvOpI3yMa5kcKg
---
-* [Bug 1439] .texi generation must wait until after binary is linked.
+* [Bug 1445] IRIX does not have -lcap or support linux capabilities.
* [Bug 1440] Update configure.ac to support kfreebsd.
+* [Bug 1439] .texi generation must wait until after binary is linked.
* [Bug 1127] Properly check the return of X590_verify() - missed one.
---
case "$ac_cv_header_sys_capability_h$ac_cv_header_sys_prctl_h" in
yesyes)
- ntp_have_linuxcaps=yes
+ case "$host" in
+ mips-sgi-irix*)
+ ntp_have_linuxcaps=no
+ ;;
+ *) ntp_have_linuxcaps=yes
+ ;;
+ esac
;;
*)
ntp_have_linuxcaps=no