From 562f9ac3e334ef7374bd1469fe3c84cda2192def Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 16 Jun 2011 14:06:51 +0000 Subject: [PATCH] set absolute path in CC and CXX --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index efd4726..c7c44e9 100644 --- a/configure.ac +++ b/configure.ac @@ -146,6 +146,8 @@ if test "x$USE_PARALLEL" = "xyes"; then else AC_PROG_CC(pgcc pathcc icc cc_r gcc cc) AC_PROG_CXX(pgCC pathCC icc cc_r g++ gcc cc) + CC=`which $CC` + CXX=`which $CXX` fi # Set output variable INSTALL to the path of a BSD-compatible install program,