From: caro Date: Sun, 7 Mar 2010 12:14:19 +0000 (+0000) Subject: typo X-Git-Tag: 2.0_alpha~194^2~1037 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6370c96567f817af5cd5d8c6a17729f7303b97ec;p=framework%2Fuifw%2Fecore.git typo git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@46948 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/m4/efl_pthread.m4 b/m4/efl_pthread.m4 index b7dd463..8ff9979 100644 --- a/m4/efl_pthread.m4 +++ b/m4/efl_pthread.m4 @@ -99,7 +99,7 @@ fi AC_MSG_CHECKING([whether to build POSIX threads spinlock code]) AC_MSG_RESULT([${_efl_have_pthread_spinlock}]) -if test "$x{_efl_enable_pthread}" = "xyes" && test "x${_efl_have_pthread_spinlock}" = "xno" && test "x$1" = "xyes" ; then +if test "x${_efl_enable_pthread}" = "xyes" && test "x${_efl_have_pthread_spinlock}" = "xno" && test "x$1" = "xyes" ; then AC_MSG_ERROR([pthread support requested but spinlocks are not supported]) fi