From: Richard M. Stallman Date: Sat, 9 Apr 1994 21:42:43 +0000 (+0000) Subject: Handle -isc4.0*. X-Git-Tag: emacs-19.34~9077 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5f1d6a0cc9e583f869152dbb660f28d3c1220f3;p=emacs.git Handle -isc4.0*. --- diff --git a/configure1.in b/configure1.in index 0bd54698ca0..387a9a7f0a2 100755 --- a/configure1.in +++ b/configure1.in @@ -1010,6 +1010,7 @@ case "${canonical}" in case "${canonical}" in *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; *-isc2.2* ) opsys=isc2-2 ;; + *-isc4.0* ) opsys=isc4-0 ;; *-isc* ) opsys=isc3-0 ;; *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;; *-esix* ) opsys=esix ;;