aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 6b7224b..439a032 100755
--- a/configure
+++ b/configure
@@ -161,6 +161,7 @@ cflags=${CFLAGS-"-O3"}
161# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure 161# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
162case "$cc" in 162case "$cc" in
163 *gcc*) gcc=1 ;; 163 *gcc*) gcc=1 ;;
164 *clang*) gcc=1 ;;
164esac 165esac
165case `$cc -v 2>&1` in 166case `$cc -v 2>&1` in
166 *gcc*) gcc=1 ;; 167 *gcc*) gcc=1 ;;