diff options
| author | Richard M. Stallman | 1994-08-14 10:07:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-14 10:07:00 +0000 |
| commit | 4394c854e0bf0a5c90d4d7538b79416afef87144 (patch) | |
| tree | 4fd3c1692dd838a0f171c07f9dd56785dcd22459 | |
| parent | 50703776274c06fb6594dc2085aefd0cd6e73ad2 (diff) | |
| download | emacs-4394c854e0bf0a5c90d4d7538b79416afef87144.tar.gz emacs-4394c854e0bf0a5c90d4d7538b79416afef87144.zip | |
(i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
| -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 | |||
| 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 ;; |