summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 5dafb51a5cf..cf4ca9814e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -654,15 +654,12 @@ fi
#### Choose a compiler.
dnl Sets GCC=yes if using gcc.
+AC_PROG_CC([gcc cc cl clang "$XCRUN gcc" "$XCRUN clang"])
if test -n "$XCRUN"; then
- if test -z "$CC"; then
- AC_PROG_CC([gcc cc cl clang "$XCRUN gcc" "$XCRUN clang"])
- fi
AC_CHECK_PROGS(AR, [ar "$XCRUN ar"])
test -n "$AR" && export AR
-else
- AC_PROG_CC
fi
+
AM_PROG_CC_C_O
if test x$GCC = xyes; then