merge: more quoted macros
authorVincent Torri <vincent.torri@gmail.com>
Mon, 22 Oct 2012 20:19:48 +0000 (20:19 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Mon, 22 Oct 2012 20:19:48 +0000 (20:19 +0000)
SVN revision: 78341

configure.ac

index 09f2c0a80e88b54c75b9579bb527eb0b2eac4014..3ae42a46debf72e90a53ff4800ecad81a94d6f84 100644 (file)
@@ -500,6 +500,7 @@ EFL_CHECK_COMPILER_FLAGS([EINA], [-Wshadow -Wpointer-arith])
 EFL_CHECK_LINKER_FLAGS([EINA], [-fno-strict-aliasing])
 
 ### Checks for library functions
+
 EFL_CHECK_FUNCS([EINA], [dirfd dlopen dladdr fnmatch iconv shm_open setxattr])
 
 enable_log="no"
@@ -514,9 +515,9 @@ EINA_CONFIG([ENABLE_LOG], [test "x${enable_log}" = "xyes"])
 
 EFL_CHECK_THREADS
 
-EINA_CONFIG(HAVE_PTHREAD_BARRIER, test "x${efl_have_pthread_barrier}" = "xyes")
-EINA_CONFIG(HAVE_PTHREAD_AFFINITY, test "x${efl_have_setaffinity}" = "xyes")
-EINA_CONFIG(HAVE_DEBUG_THREADS, test "$want_debug_threads" = "yes")
+EINA_CONFIG([HAVE_PTHREAD_BARRIER], [test "x${efl_have_pthread_barrier}" = "xyes"])
+EINA_CONFIG([HAVE_PTHREAD_AFFINITY], [test "x${efl_have_setaffinity}" = "xyes"])
+EINA_CONFIG([HAVE_DEBUG_THREADS], [test "$want_debug_threads" = "yes"])
 
 ### Modules