summaryrefslogtreecommitdiff
blob: daef2a1a7cb046ab44a6ca1b41dba6668331513b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/configure.ac
+++ b/configure.ac
@@ -1101,6 +1101,7 @@
 AC_SUBST(PIE_CFLAGS)
 AC_SUBST(PIE_LDFLAGS)
 
+AC_ARG_ENABLE(sse4_2,[  --enable-sse4_2         Support SSE4.2 (Streaming SIMD Extensions 4.2) instructions],[
 WS_CFLAGS_saved="$WS_CFLAGS"
 AC_WIRESHARK_COMPILER_FLAGS_CHECK(-msse4.2, C)
 if test "x$can_add_to_cflags" = "xyes"
@@ -1128,6 +1129,9 @@
 	fi
 fi
 WS_CFLAGS="$WS_CFLAGS_saved"
+],[
+AC_MSG_RESULT(no)
+])
 
 if test "x$ac_sse4_2_flag" != x; then
 	#