diff options
| author | Richard M. Stallman | 1994-06-23 19:22:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-23 19:22:09 +0000 |
| commit | 2c205270102471641cfc9d34357b7e71776b8700 (patch) | |
| tree | a403a8d7cfe723af190638527fdb8cb1a2386e7d | |
| parent | 1bc2809981a4b15e4ef9a61e11bab740e07b0d92 (diff) | |
| download | emacs-2c205270102471641cfc9d34357b7e71776b8700.tar.gz emacs-2c205270102471641cfc9d34357b7e71776b8700.zip | |
Set NON_GNU_CPP.
| -rwxr-xr-x | configure1.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 09793aea061..7055d472b76 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -555,6 +555,8 @@ case "${canonical}" in | |||
| 555 | ## Convex | 555 | ## Convex |
| 556 | *-convex-bsd* ) | 556 | *-convex-bsd* ) |
| 557 | machine=convex opsys=bsd4-3 | 557 | machine=convex opsys=bsd4-3 |
| 558 | ## Prevents suprious white space in makefiles - d.m.cooke@larc.nasa.gov | ||
| 559 | NON_GNU_CPP="cc -E -P" | ||
| 558 | ;; | 560 | ;; |
| 559 | 561 | ||
| 560 | ## Cubix QBx/386 | 562 | ## Cubix QBx/386 |