CVS commit by lauri: Make the sse test work M +1 -1 configure.in.in 1.46 --- kdemultimedia/configure.in.in #1.45:1.46 @@ -111,5 +111,5 @@ ]) AC_MSG_RESULT($ac_cv_x86_sse) -if eval "test \"`echo `$ac_cv_x86_sse\" = yes"; then +if test "$ac_cv_x86_sse" = "yes"; then AC_DEFINE(HAVE_X86_SSE,1, [Define if your assembler supports x86 SSE instructions])