summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-03 22:58:19 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-03 22:58:19 +0000
commit445ddfd01b7fa2d02ad92ef1d7a2d19c03e7f861 (patch)
tree751076d0bbe48e85da5da8de709b09a5f670ddbf /configure.in
parentc2af4c79218c2cbf45c186cde4b21f6ec768cd68 (diff)
downloademacs-445ddfd01b7fa2d02ad92ef1d7a2d19c03e7f861.tar.gz
(i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
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 ;;