mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
find-cpp-from-slash-20071210
LICENSE IPL10 find cpp using a full path, not the user's path, at least for now
This commit is contained in:
parent
649194188e
commit
e26be7b8e3
@ -6,7 +6,7 @@ MACOS_VERSION=9.9.99
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user