# HG changeset patch # User Dave Love # Date 976555022 0 # Node ID 7a051719febe9ac3251cf33fc07862afb53cb967 # Parent ffd94915c70a8d040d8660e2c7c3466f0becad82 Use full path for NON_GNU_CPP. diff -r ffd94915c70a -r 7a051719febe configure.in --- a/configure.in Mon Dec 11 16:06:20 2000 +0000 +++ b/configure.in Mon Dec 11 17:17:02 2000 +0000 @@ -258,11 +258,11 @@ # This is needed to find X11R6.1 libraries for certain tests. NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib - # This is necessary on 5.0 to avoid mangling src/Makefile due to - # non-traditional preprocessing with the current compiler defaults. - # OSF 4 can also have that compiler version, and there seems always - # to have been a usable /usr/bin/cpp. - NON_GNU_CPP='cpp' + # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile + # due to non-traditional preprocessing with the current compiler + # defaults. OSF 4 can also have that compiler version, and there + # seems always to have been a usable /usr/bin/cpp. + NON_GNU_CPP=/usr/bin/cpp case "${canonical}" in alpha*-dec-osf[5-9]*) opsys=osf5-0 ;;