]> git.eshelyaron.com Git - emacs.git/commitdiff
(i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
authorRichard M. Stallman <rms@gnu.org>
Sun, 14 Aug 1994 10:07:00 +0000 (10:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 14 Aug 1994 10:07:00 +0000 (10:07 +0000)
configure1.in

index 86c1e4f57c27a2dc7f68f07eff74cb6e7e010c9a..6c9e3baf5da8ffbe07fd9e73bb25f5aa181e70e0 100755 (executable)
@@ -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 ;;