summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-22 14:05:37 +1100
committerDamien Miller <djm@mindrot.org>2000-01-22 14:05:37 +1100
commit0727893340ca559c6fda3a982992f8f75e9ebbea (patch)
treed37c5b46d06af7ef6d204cb1d4e451250f36e97a /configure.in
parent670a4b85540245ffc3db2ac2661f4c4c7a826118 (diff)
- Make IPv4 use the default in RPM packages
- Irix uses preformatted manpages
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 577332500..4d414573f 100644
--- a/configure.in
+++ b/configure.in
@@ -103,11 +103,13 @@ case "$host" in
103 mansubdir=cat 103 mansubdir=cat
104 ;; 104 ;;
105*-*-irix5*) 105*-*-irix5*)
106 MANTYPE='$(CATMAN)'
106 no_libsocket=1 107 no_libsocket=1
107 no_libnsl=1 108 no_libnsl=1
108 ;; 109 ;;
109*-*-irix6*) 110*-*-irix6*)
110 AC_MSG_WARN([*** Irix 6.x is not tested *** ]) 111 MANTYPE='$(CATMAN)'
112 AC_MSG_WARN([*** Irix 6.x is not tested, please report you experiences *** ])
111 no_libsocket=1 113 no_libsocket=1
112 no_libnsl=1 114 no_libnsl=1
113 ;; 115 ;;