SIMD should now work on 64-bit Windows
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4048 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/jpeg/configure.ac b/common/jpeg/configure.ac
index a1ffccb..354a267 100644
--- a/common/jpeg/configure.ac
+++ b/common/jpeg/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.56])
-AC_INIT([libjpeg-turbo], [0.0.92])
+AC_INIT([libjpeg-turbo], [0.0.93])
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
@@ -112,17 +112,8 @@
case "$host_cpu" in
x86_64)
AC_MSG_RESULT([yes (x86_64)])
-
- case "$host_os" in
- cygwin* | mingw* | pw32* | interix*)
- AC_MSG_WARN([Win64 not yet supported. Disabling SIMD routines.])
- with_simd=no
- ;;
- *)
- AC_PROG_NASM
- simd_arch=x86_64
- ;;
- esac
+ AC_PROG_NASM
+ simd_arch=x86_64
;;
i*86 | x86 | ia32)
AC_MSG_RESULT([yes (i386)])