From: Mike Meffie Date: Mon, 10 Dec 2007 22:26:24 +0000 (+0000) Subject: DEVEL15-find-cpp-from-slash-20071210 X-Git-Tag: openafs-devel-1_5_29~44 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0af46a9fa3dc21933bf5b7dc652166abbdd2b354;p=packages%2Fo%2Fopenafs.git DEVEL15-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 196cc652c..1c7f2f6ba 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ MACOS_VERSION=1.5.28 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