SVN commit 431211 by adridg: Simplify and unbreak check; OK by Dirk M +1 -1 configure.in.in --- trunk/KDE/kdemultimedia/configure.in.in #431210:431211 @@ -83,7 +83,7 @@ ac_cv_x86_sse=no) ]) AC_MSG_RESULT($ac_cv_x86_sse) -if eval "test \"`echo `$ac_cv_x86_sse\" = yes"; then +if test "x$ac_cv_x86_sse" = "xyes"; then AC_DEFINE(HAVE_X86_SSE,1, [Define if your assembler supports x86 SSE instructions]) fi