Mercurial > emacs
changeset 19105:fe86a22972fa
(i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 03 Aug 1997 22:58:19 +0000 |
parents | 3c4cbef834b6 |
children | 4a5ab08209ee |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sun Aug 03 22:57:46 1997 +0000 +++ b/configure.in Sun Aug 03 22:58:19 1997 +0000 @@ -911,6 +911,7 @@ # /lib/cpp does not accept it. OVERRIDE_CPPFLAGS=" " ;; + *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; *-386bsd* ) opsys=386bsd ;; *-freebsd* ) opsys=freebsd ;; *-nextstep* ) opsys=nextstep ;;