diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-11-15 04:23:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-11-15 04:23:27 +0000 |
commit | 03fd0ac8e96d35c24213023b126a74555eed8a8b (patch) | |
tree | ce19cdd0dc7baf31738643dd13df6cef2aa641bf /configure.in | |
parent | 9f5c7ace45e0bd44a9d76bff06b3af0d6491239f (diff) | |
download | emacs-03fd0ac8e96d35c24213023b126a74555eed8a8b.tar.gz |
(m68*-apollo*): Set NON_GNU_CPP.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 21063584eb1..813a9334448 100644 --- a/configure.in +++ b/configure.in @@ -172,7 +172,7 @@ case "${canonical}" in ## Appallings - I mean, Apollos - running Domain m68*-apollo* ) - machine=apollo opsys=bsd4-2 + machine=apollo opsys=bsd4-2 NON_GNU_CPP=/usr/lib/cpp ;; ## AT&T 3b2, 3b5, 3b15, 3b20 |