From: Mike Meffie Date: Tue, 8 Jan 2008 19:03:40 +0000 (+0000) Subject: STABLE14-find-cpp-from-slash-20071210 X-Git-Tag: openafs-stable-1_4_7pre1~80 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=511a6ec9abc64663571356e4858f412640641270;p=packages%2Fo%2Fopenafs.git STABLE14-find-cpp-from-slash-20071210 LICENSE IPL10 find cpp using a full path, not the user's path, at least for now (cherry picked from commit e26be7b8e3c8ca73e6ef6640c7d2b8d8200a0c65) --- diff --git a/configure.in b/configure.in index 61b373cf0..715840d6e 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ MACOS_VERSION=1.4.5 AC_SUBST(MACOS_VERSION) AC_PROG_CC -AC_CHECK_PROGS(CPP,[/lib/cpp /usr/bin/cpp /usr/ccs/lib/cpp cpp]) +AC_CHECK_PROGS(CPP,[/lib/cpp /usr/bin/cpp /usr/ccs/lib/cpp cpp],,[$PATH:/]) OPENAFS_CONFIGURE_COMMON if test -d 'doc/man-pages' ; then