summaryrefslogtreecommitdiff
path: root/math/fftw3/files/patch-configure
blob: 1bc428a294fc056fcf84ef10da3d957cb2a2562b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	2016-07-30 20:34:50 UTC
+++ configure
@@ -14397,7 +14397,7 @@ fi
 esac
 
 case "${ax_cv_c_compiler_vendor}" in
-    gnu|intel)
+    gnu|intel|clang)
 	# SSE/SSE2
 	if test "$have_sse2" = "yes" -a "x$SSE2_CFLAGS" = x; then
 	    if test "$PRECISION" = d; then flag=msse2; else flag=msse; fi