changeset 8546:0dafd20c6716

(i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
author Richard M. Stallman <rms@gnu.org>
date Sun, 14 Aug 1994 10:07:00 +0000
parents 2aa8cbd91781
children 1e68efcc6936
files configure1.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ;;