diff options
-rw-r--r-- | autoconf/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index d9177a4f0d..369d26064f 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -360,6 +360,10 @@ then LLVM_GCC_SANE=yes fi rm conftest.c + llvmcc1path=`"$LLVM_GCC_CHECK" --print-prog-name=cc1` + AC_SUBST(LLVMCC1,$llvmcc1path) + llvmcc1pluspath=`"$LLVM_GCC_CHECK" --print-prog-name=cc1plus` + AC_SUBST(LLVMCC1PLUS,$llvmcc1pluspath) fi AC_MSG_RESULT($LLVM_GCC_SANE) if test "$LLVM_GCC_SANE" = "no" |