From e0b83e173aeb83d5dea09b4498b866e797f07160 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 26 Jun 2009 14:10:33 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3861 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/jpeg/configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/common/jpeg/configure.ac b/common/jpeg/configure.ac index 7d6f04e2..a97a4e99 100644 --- a/common/jpeg/configure.ac +++ b/common/jpeg/configure.ac @@ -99,7 +99,6 @@ if test "x${with_simd}" != "xno"; then AC_MSG_RESULT([yes (i386)]) AC_PROG_NASM AC_DEFINE([WITH_SIMD], [1], [Use accelerated SIMD routines.]) - SIMDDIR=simd ;; *) AC_MSG_RESULT([no ("$host_cpu")]) -- 2.39.5