]> git.ozlabs.org Git - ppp.git/blobdiff - configure
updated
[ppp.git] / configure
index 94de1450b46e1e6901d6bb7abc30a0a051ce5e09..59daa9ba8b5a6d284cd2a085a76950fbb4745056 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: configure,v 1.6 1995/12/11 05:01:37 paulus Exp $
+# $Id: configure,v 1.7 1995/12/18 03:31:30 paulus Exp $
 
 if [ -d /NextApps ]; then
   system="NeXTStep"
@@ -22,7 +22,7 @@ case $system in
   SunOS)
     case $release in
       [0-3]*)  state="ancient";;
-      4*)      state="known"; ksrc="sunos"; makext="sun";;
+      4*)      state="known"; ksrc="sunos4"; makext="sunos4";;
       5*)      state="known"; ksrc="svr4"; makext="sol2";;
     esac;;
   ULTRIX)