From: DRC Date: Fri, 12 Feb 2010 04:28:29 +0000 (+0000) Subject: Oops. Still need to #define WITH_SIMD X-Git-Tag: 0.0.90~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=411dcf5666383ad936676a6ba0c9535f46e199da;p=libjpeg-turbo Oops. Still need to #define WITH_SIMD git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@78 632fc199-4ca6-4c93-a231-07263d6284db --- diff --git a/configure.ac b/configure.ac index b54b8f3..a969262 100644 --- a/configure.ac +++ b/configure.ac @@ -101,6 +101,8 @@ case "$host_cpu" in ;; esac +AC_DEFINE([WITH_SIMD], [1], [Use accelerated SIMD routines.]) + AM_CONDITIONAL([SIMD_I386], [test "x$simd_arch" = "xi386"]) AM_CONDITIONAL([SIMD_X86_64], [test "x$simd_arch" = "xx86_64"])