From 36a0ab100d2d120e1a478ddad98da8550a77dbd4 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 20 Jun 2016 20:29:59 +1000 Subject: Fix use of FLAC__HAS_X86INTRIN configure variable --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a4c689ca..805371a2 100644 --- a/configure.ac +++ b/configure.ac @@ -154,6 +154,8 @@ AM_CONDITIONAL(FLaC__CPU_SPARC, test "x$cpu_sparc" = xtrue) if test "x$ac_cv_header_x86intrin_h" = xyes; then AC_DEFINE([FLAC__HAS_X86INTRIN], 1, [Set to 1 if is available.]) +else +AC_DEFINE([FLAC__HAS_X86INTRIN], 0) fi case "$host" in -- cgit v1.2.1