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 | 0dcdc912a8d2c1623b249fe65ad4ba51a79b1e7b (patch) | |
tree | ea7bc4f189e0577937cb899cbefa6daf19c0a608 /configure.in | |
parent | 61069f2b083f256087244ec8a15c5660c7d75d70 (diff) | |
download | emacs-0dcdc912a8d2c1623b249fe65ad4ba51a79b1e7b.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 |