diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-14 10:07:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-14 10:07:00 +0000 |
commit | 673b6f7e45aed990c9e874f804a8b3a4ada1acd5 (patch) | |
tree | 9df98b9381a7a1a983077967b35f455362b2bfb7 /configure1.in | |
parent | fdbdc9d4ddaca001ad5f6083a3ca0523c8c9b356 (diff) | |
download | emacs-673b6f7e45aed990c9e874f804a8b3a4ada1acd5.tar.gz |
(i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
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 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 ;; |