diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-10 18:51:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-10 18:51:31 +0000 |
commit | 0d4cca7fd2df73d36cfbf1bcea42061883b6e3fe (patch) | |
tree | 46fc03e783a51acceccbd4542038080b6aeb7954 /configure.in | |
parent | 0161cc7d446cbfbbd28b216a85ef0a324f63f515 (diff) | |
download | emacs-0d4cca7fd2df73d36cfbf1bcea42061883b6e3fe.tar.gz |
(i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): Fix previous change.
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 5953171741b..e107508fb2a 100644 --- a/configure.in +++ b/configure.in @@ -516,7 +516,7 @@ case "${canonical}" in ## Sequent Symmetry running ptx 4, which is a modified SVR4. i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* ) machine=sequent-ptx opsys=ptx4 - NON_GNU_CPP=/usr/lib/cpp + NON_GNU_CPP=/lib/cpp ;; ## Sequent Symmetry running DYNIX/ptx |