summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ;;