From: Richard M. Stallman Date: Sun, 14 Aug 1994 10:07:00 +0000 (+0000) Subject: (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value. X-Git-Tag: emacs-19.34~7307 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4394c854e0bf0a5c90d4d7538b79416afef87144;p=emacs.git (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value. --- diff --git a/configure1.in b/configure1.in index 86c1e4f57c2..6c9e3baf5da 100755 --- a/configure1.in +++ b/configure1.in @@ -1058,7 +1058,7 @@ case "${canonical}" in *-esix* ) opsys=esix ;; *-xenix* ) opsys=xenix ;; *-linux* ) opsys=linux ;; - *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/usr/lib/cpp ;; + *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;; *-bsd386* | *-bsdi* ) opsys=bsd386 ;; *-386bsd* ) opsys=386bsd ;; *-freebsd* ) opsys=freebsd ;;