diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-10-22 20:19:48 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-10-22 20:19:48 +0000 |
commit | 850af91e7ceb5620c6d2edca2699e2a0100aa7a8 (patch) | |
tree | 51e0f29fae91d6fc612616219409cef08ed479ab | |
parent | 9bf9674cbc61c68503ea879badcb6d24e2c8841e (diff) |
merge: more quoted macros
SVN revision: 78341
-rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 09f2c0a80e..3ae42a46de 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -500,6 +500,7 @@ EFL_CHECK_COMPILER_FLAGS([EINA], [-Wshadow -Wpointer-arith]) | |||
500 | EFL_CHECK_LINKER_FLAGS([EINA], [-fno-strict-aliasing]) | 500 | EFL_CHECK_LINKER_FLAGS([EINA], [-fno-strict-aliasing]) |
501 | 501 | ||
502 | ### Checks for library functions | 502 | ### Checks for library functions |
503 | |||
503 | EFL_CHECK_FUNCS([EINA], [dirfd dlopen dladdr fnmatch iconv shm_open setxattr]) | 504 | EFL_CHECK_FUNCS([EINA], [dirfd dlopen dladdr fnmatch iconv shm_open setxattr]) |
504 | 505 | ||
505 | enable_log="no" | 506 | enable_log="no" |
@@ -514,9 +515,9 @@ EINA_CONFIG([ENABLE_LOG], [test "x${enable_log}" = "xyes"]) | |||
514 | 515 | ||
515 | EFL_CHECK_THREADS | 516 | EFL_CHECK_THREADS |
516 | 517 | ||
517 | EINA_CONFIG(HAVE_PTHREAD_BARRIER, test "x${efl_have_pthread_barrier}" = "xyes") | 518 | EINA_CONFIG([HAVE_PTHREAD_BARRIER], [test "x${efl_have_pthread_barrier}" = "xyes"]) |
518 | EINA_CONFIG(HAVE_PTHREAD_AFFINITY, test "x${efl_have_setaffinity}" = "xyes") | 519 | EINA_CONFIG([HAVE_PTHREAD_AFFINITY], [test "x${efl_have_setaffinity}" = "xyes"]) |
519 | EINA_CONFIG(HAVE_DEBUG_THREADS, test "$want_debug_threads" = "yes") | 520 | EINA_CONFIG([HAVE_DEBUG_THREADS], [test "$want_debug_threads" = "yes"]) |
520 | 521 | ||
521 | ### Modules | 522 | ### Modules |
522 | 523 | ||