aboutsummaryrefslogtreecommitdiff
path: root/configure.seed
diff options
context:
space:
mode:
Diffstat (limited to 'configure.seed')
-rw-r--r--configure.seed7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.seed b/configure.seed
index 946557a33..bce16c7c4 100644
--- a/configure.seed
+++ b/configure.seed
@@ -52,7 +52,12 @@ else
AC_CHECK_LIB([numa], [numa_available], [LIBNUMA="-lnuma"])
fi
-
+if test -z `which clang`; then
+CC=gcc
+else
+CC=clang
+fi
+
HS_LIB=
HS_INC=