diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-13 20:35:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-13 20:35:42 +0000 |
commit | de517f67e3115f3629536f3c184799230c63833d (patch) | |
tree | 317862b9c9728877ea5eda596699316fd33621ad /configure1.in | |
parent | f598fb033e5ba7198995c88dee341c87acb775b4 (diff) | |
download | emacs-de517f67e3115f3629536f3c184799230c63833d.tar.gz |
(i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index ecc9a9ca595..86c1e4f57c2 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 ;; + *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/usr/lib/cpp ;; *-bsd386* | *-bsdi* ) opsys=bsd386 ;; *-386bsd* ) opsys=386bsd ;; *-freebsd* ) opsys=freebsd ;; |