From 5d5d539a8c38a941e9d3932b8d820ad1e9934e3f Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 13 Sep 2009 12:26:03 +0200 Subject: subst SIMD_FLAGS to automake --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 8019e887..b9906ab7 100644 --- a/configure.in +++ b/configure.in @@ -45,6 +45,7 @@ AX_CHECK_COMPILER_FLAGS(-msse2, SIMD_FLAGS="$SIMD_FLAGS -msse2";HAVE_SSE2=1, []) if test ${HAVE_SSE2}; then AC_DEFINE(HAVE_SSE2,1,[Support SSE2 instructions]) fi +AC_SUBST(SIMD_FLAGS) dnl lastfm plugin AC_CHECK_LIB([curl], [main], [HAVE_CURL=1]) -- cgit v1.2.3