changeset 2914:eaddb57afc9f

* configure.in: Recognize Linux as a valid operating system for the i386.
author Jim Blandy <jimb@redhat.com>
date Thu, 20 May 1993 00:56:54 +0000
parents 409c1022bad5
children 2c9dde3bd3a0
files configure1.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Wed May 19 22:01:35 1993 +0000
+++ b/configure1.in	Thu May 20 00:56:54 1993 +0000
@@ -552,6 +552,7 @@
       *-isc* )			opsys=isc3-0 ;;
       *-esix* )			opsys=esix ;;
       *-xenix* )		opsys=xenix ;;
+      *-linux* )		opsys=linux ;;
       *-sco3.2v4* )		opsys=sco4 ;;
       ## Otherwise, we'll fall through to the generic opsys code at the bottom.
     esac