# HG changeset patch # User Richard M. Stallman # Date 838835655 0 # Node ID e367879c21df83c731a2d07ebee55537ca6f3e3d # Parent 3afa38a18102819bffc62f6437c990543e7a4048 (*-sco3.2v5*): Set OVERRIDE_CPPFLAG to a string of one space. Fix the code that uses OVERRIDE_CPPFLAG. diff -r 3afa38a18102 -r e367879c21df configure.in --- 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