aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-03-31 04:39:32 +0000
committerRichard M. Stallman1994-03-31 04:39:32 +0000
commitdc6ace1268f4ff88d0bcbc12db65c7a4bdea2f3c (patch)
treefb36221660c5ac63a63727011859292046604410
parent8df69fb0327149fd8ddd8920b3620aed948fa5a0 (diff)
downloademacs-dc6ace1268f4ff88d0bcbc12db65c7a4bdea2f3c.tar.gz
emacs-dc6ace1268f4ff88d0bcbc12db65c7a4bdea2f3c.zip
(esix5): Set NON_GNU_CPP.
-rwxr-xr-xconfigure1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in
index 2cae7c6191c..0bd54698ca0 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1011,7 +1011,7 @@ case "${canonical}" in
1011 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; 1011 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
1012 *-isc2.2* ) opsys=isc2-2 ;; 1012 *-isc2.2* ) opsys=isc2-2 ;;
1013 *-isc* ) opsys=isc3-0 ;; 1013 *-isc* ) opsys=isc3-0 ;;
1014 *-esix5* ) opsys=esix5r4 ;; 1014 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
1015 *-esix* ) opsys=esix ;; 1015 *-esix* ) opsys=esix ;;
1016 *-xenix* ) opsys=xenix ;; 1016 *-xenix* ) opsys=xenix ;;
1017 *-linux* ) opsys=linux ;; 1017 *-linux* ) opsys=linux ;;