X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=configure;h=90c76d219f6b06156509bee6b4d5d6ee20525d14;hp=602011630a3d9bd4cee6bbbf5ee684986ac00b3e;hb=720f112b7dc1bc416c3dd1be41bc9d290d5ef7dc;hpb=f3f07daaa345710d5eba45c5b74480d254399a5f diff --git a/configure b/configure index 6020116..90c76d2 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.10 1996/09/14 05:08:07 paulus Exp $ +# $Id: configure,v 1.11 1996/09/26 06:15:36 paulus Exp $ if [ -d /NextApps ]; then system="NeXTStep" @@ -62,7 +62,7 @@ case $system in # Intel SVR4 systems come with a bug in the uname program. Unless # your provider fixed the bug, or you get a fix for it, uname -S will # overwrite the system name with the node name! - UNIX_System_V|`uname -n`) + UNIX_SV|UNIX_System_V|`uname -n`) case $release in 4.0) state=known; ksrc=svr4; makext=svr4;; 4.2) state=late; ksrc=svr4; makext=svr4;;