mirror of
https://github.com/paulusmack/ppp.git
synced 2024-11-23 18:33:24 +08:00
remove aix
This commit is contained in:
parent
2485d39454
commit
75b939e20d
9
configure
vendored
9
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user