From 4394c854e0bf0a5c90d4d7538b79416afef87144 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 14 Aug 1994 10:07:00 +0000 Subject: [PATCH] (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value. --- configure1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure1.in b/configure1.in index 86c1e4f57c2..6c9e3baf5da 100755 --- a/configure1.in +++ b/configure1.in @@ -1058,7 +1058,7 @@ case "${canonical}" in *-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 ;; -- 2.39.5