diff options
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
162 | case "$cc" in | 162 | case "$cc" in |
163 | *gcc*) gcc=1 ;; | 163 | *gcc*) gcc=1 ;; |
164 | *clang*) gcc=1 ;; | ||
164 | esac | 165 | esac |
165 | case `$cc -v 2>&1` in | 166 | case `$cc -v 2>&1` in |
166 | *gcc*) gcc=1 ;; | 167 | *gcc*) gcc=1 ;; |