Mercurial > emacs
changeset 6601:fb0929970d84
(esix5): Set NON_GNU_CPP.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 31 Mar 1994 04:39:32 +0000 |
parents | f75ac1f3d99c |
children | 29fc276620b1 |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Wed Mar 30 18:57:29 1994 +0000 +++ b/configure1.in Thu Mar 31 04:39:32 1994 +0000 @@ -1011,7 +1011,7 @@ *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; *-isc2.2* ) opsys=isc2-2 ;; *-isc* ) opsys=isc3-0 ;; - *-esix5* ) opsys=esix5r4 ;; + *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;; *-esix* ) opsys=esix ;; *-xenix* ) opsys=xenix ;; *-linux* ) opsys=linux ;;