# HG changeset patch # User Jim Blandy # Date 737859414 0 # Node ID eaddb57afc9fef70116edc6458ff0b5c76ce6225 # Parent 409c1022bad52cd3a514229f5198a99628814853 * configure.in: Recognize Linux as a valid operating system for the i386. diff -r 409c1022bad5 -r eaddb57afc9f configure1.in --- 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