fix automake quoting

SVN revision: 50912
This commit is contained in:
Mike Blumenkrantz 2010-08-08 20:48:46 +00:00
parent 84faaf51fd
commit 27041eb06e
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ EFL_CHECK_THREADS(
[have_threads="no"]) [have_threads="no"])
EFL_CHECK_SPINLOCK([have_posix_threads_spinlock="yes"], [have_posix_threads_spinlock="no"]) EFL_CHECK_SPINLOCK([have_posix_threads_spinlock="yes"], [have_posix_threads_spinlock="no"])
EFL_CHECK_RWLOCK( EFL_CHECK_RWLOCK(
[have_posix_threads_rwlock="yes"] [EINA_CONFIGURE_RWLOCKS_ENABLED="#define EINA_RWLOCKS_ENABLED"]
EINA_CONFIGURE_RWLOCKS_ENABLED="#define EINA_RWLOCKS_ENABLED", [have_posix_threads_rwlock="yes"],
[have_posix_threads_rwlock="no"]) [have_posix_threads_rwlock="no"])
AC_SUBST([EINA_CONFIGURE_RWLOCKS_ENABLED]) AC_SUBST([EINA_CONFIGURE_RWLOCKS_ENABLED])