# HG changeset patch # User Jim Blandy # Date 738125633 0 # Node ID 6b04a0846802c92a8dd7232ea70c5befc1f9e170 # Parent 1298574b81d651e4c96f5791f7c89b19a766eb0a * configure.in: Add case for version 5 of Esix. diff -r 1298574b81d6 -r 6b04a0846802 configure1.in --- a/configure1.in Sun May 23 00:15:29 1993 +0000 +++ b/configure1.in Sun May 23 02:53:53 1993 +0000 @@ -550,6 +550,7 @@ *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; *-isc2.2 ) opsys=isc2-2 ;; *-isc* ) opsys=isc3-0 ;; + *-esix5* ) opsys=esix5r4 ;; *-esix* ) opsys=esix ;; *-xenix* ) opsys=xenix ;; *-linux* ) opsys=linux ;;