mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
irix-build-ip35-module-only-if-headers-exist-20011031
IP35 support requires 6.5.9 or later; only build if we have headers
This commit is contained in:
parent
838e1eae1a
commit
b1c72363e0
@ -152,6 +152,9 @@ case $system in
|
||||
AC_MSG_RESULT(hp_ux)
|
||||
;;
|
||||
*-irix*)
|
||||
if test -d /usr/include/SN/SN1; then
|
||||
IRIX_BUILD_IP35="IP35"
|
||||
fi
|
||||
MKAFS_OSTYPE=IRIX
|
||||
AC_MSG_RESULT(sgi)
|
||||
;;
|
||||
@ -483,6 +486,7 @@ AC_SUBST(DEST)
|
||||
AC_SUBST(WITH_OBSOLETE)
|
||||
AC_SUBST(WITH_INSECURE)
|
||||
AC_SUBST(DARWIN_INFOFILE)
|
||||
AC_SUBST(IRIX_BUILD_IP35)
|
||||
|
||||
OPENAFS_OSCONF
|
||||
|
||||
|
@ -213,7 +213,7 @@ PROCESSORS = R5000 R1000
|
||||
<sgi_64>
|
||||
PROCESSORS = R10000
|
||||
<sgi_65>
|
||||
PROCESSORS = IP19 IP20 IP21 IP25 IP26 IP27 IP28 IP30 IP35
|
||||
PROCESSORS = IP19 IP20 IP21 IP25 IP26 IP27 IP28 IP30 @IRIX_BUILD_IP35@
|
||||
<all>
|
||||
|
||||
KOBJ = STATIC MODLOAD
|
||||
|
Loading…
Reference in New Issue
Block a user