From: Richard M. Stallman Date: Sun, 3 Aug 1997 22:58:19 +0000 (+0000) Subject: (i*86-*-sysv4.2uw*): Set NON_GNU_CPP. X-Git-Tag: emacs-20.1~841 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e6d70d571e9bc54861fd00853c10774a0f18c83;p=emacs.git (i*86-*-sysv4.2uw*): Set NON_GNU_CPP. --- diff --git a/configure.in b/configure.in index 21d1b2992c0..2eb363acdc9 100644 --- a/configure.in +++ b/configure.in @@ -911,6 +911,7 @@ case "${canonical}" in # /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 ;;