# HG changeset patch # User Richard M. Stallman # Date 776858820 0 # Node ID 0dafd20c6716dc6bbc591bf6835cd8af1dae7b51 # Parent 2aa8cbd9178105cd4eae46dc00573a2a4ad00057 (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value. diff -r 2aa8cbd91781 -r 0dafd20c6716 configure1.in --- a/configure1.in Sun Aug 14 09:56:17 1994 +0000 +++ b/configure1.in Sun Aug 14 10:07:00 1994 +0000 @@ -1058,7 +1058,7 @@ *-esix* ) opsys=esix ;; *-xenix* ) opsys=xenix ;; *-linux* ) opsys=linux ;; - *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/usr/lib/cpp ;; + *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; *-bsd386* | *-bsdi* ) opsys=bsd386 ;; *-386bsd* ) opsys=386bsd ;; *-freebsd* ) opsys=freebsd ;;