aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-14 10:07:00 +0000
committerRichard M. Stallman1994-08-14 10:07:00 +0000
commit4394c854e0bf0a5c90d4d7538b79416afef87144 (patch)
tree4fd3c1692dd838a0f171c07f9dd56785dcd22459
parent50703776274c06fb6594dc2085aefd0cd6e73ad2 (diff)
downloademacs-4394c854e0bf0a5c90d4d7538b79416afef87144.tar.gz
emacs-4394c854e0bf0a5c90d4d7538b79416afef87144.zip
(i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
-rwxr-xr-xconfigure1.in2
1 files changed, 1 insertions, 1 deletions
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
1058 *-esix* ) opsys=esix ;; 1058 *-esix* ) opsys=esix ;;
1059 *-xenix* ) opsys=xenix ;; 1059 *-xenix* ) opsys=xenix ;;
1060 *-linux* ) opsys=linux ;; 1060 *-linux* ) opsys=linux ;;
1061 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/usr/lib/cpp ;; 1061 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
1062 *-bsd386* | *-bsdi* ) opsys=bsd386 ;; 1062 *-bsd386* | *-bsdi* ) opsys=bsd386 ;;
1063 *-386bsd* ) opsys=386bsd ;; 1063 *-386bsd* ) opsys=386bsd ;;
1064 *-freebsd* ) opsys=freebsd ;; 1064 *-freebsd* ) opsys=freebsd ;;