Mercurial > emacs
changeset 15809:e367879c21df
(*-sco3.2v5*):
Set OVERRIDE_CPPFLAG to a string of one space.
Fix the code that uses OVERRIDE_CPPFLAG.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 31 Jul 1996 17:54:15 +0000 |
parents | 3afa38a18102 |
children | add6684a3e67 |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Wed Jul 31 17:18:54 1996 +0000 +++ b/configure.in Wed Jul 31 17:54:15 1996 +0000 @@ -850,7 +850,7 @@ NON_GNU_CPP=/lib/cpp # Prevent -belf from being passed to $CPP. # /lib/cpp does not accept it. - OVERRIDE_CPPFLAGS= + OVERRIDE_CPPFLAGS=" " ;; *-bsd386* | *-bsdi1* ) opsys=bsd386 ;; *-bsdi2.0* ) opsys=bsdos2 ;; @@ -1245,7 +1245,7 @@ #### Add the libraries to LIBS and check for some functions. if test x"${OVERRIDE_CPPFLAGS}" != x; then - CPPFLAGS="$(OVERRIDE_CPPFLAGS)" + CPPFLAGS="${OVERRIDE_CPPFLAGS}" else CPPFLAGS="$c_switch_system $c_switch_machine $CPPFLAGS" fi