summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-05-24 07:03:01 +0000
committerPaul Mackerras <paulus@samba.org>1996-05-24 07:03:01 +0000
commit75b939e20d5e27fa7e0113fe782d6c2f6a521602 (patch)
tree3f1ac1276b2a7bce9ed79d24c2ba09e4cb0f9d8e /configure
parent2485d39454173b2bc617268b7efb18507d3cbba1 (diff)
remove aix
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 1 insertions, 8 deletions
diff --git a/configure b/configure
index 59daa9b..c519ead 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.7 1995/12/18 03:31:30 paulus Exp $
+# $Id: configure,v 1.8 1996/05/24 07:03:01 paulus Exp $
if [ -d /NextApps ]; then
system="NeXTStep"
@@ -32,13 +32,6 @@ case $system in
4.[01]*) state="early"; ksrc="ultrix";;
4.[234]) state="known"; ksrc="ultrix";;
esac;;
- AIX)
- makext="aix4";
- version=`uname -v`
- case $version.$release in
- 4.1) state="known"; ksrc="aix4";;
- 4.[2-9]*) state="late"; ksrc="aix4";;
- esac;;
OSF1)
makext="osf";
case $release in