diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-10-23 05:43:57 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-10-23 05:43:57 +0000 |
commit | 77d90bd45e3d463bf01c054e2431002d57fe9834 (patch) | |
tree | cfbbd5352f1aa9831c17b2b8f70b671d62b1f027 /configure.ac | |
parent | 4aae3528c0fea8fbf390370c8085e501cf2de4ed (diff) |
merge: pass directly to the preprocessor the Windows macro instead of using autotools
SVN revision: 78350
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index 1532bec9e7..c4cd415106 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -396,14 +396,11 @@ AC_DEFINE_IF([EINA_STRINGSHARE_USAGE], | |||
396 | 396 | ||
397 | # Evil library for compilation on Windows | 397 | # Evil library for compilation on Windows |
398 | 398 | ||
399 | EFL_EINA_BUILD="" | ||
400 | case "$host_os" in | 399 | case "$host_os" in |
401 | mingw*) | 400 | mingw*) |
402 | requirements_pc_eina="${requirements_pc_eina} evil" | 401 | requirements_pc_eina="${requirements_pc_eina} evil" |
403 | EFL_EINA_BUILD="-DEFL_EINA_BUILD" | ||
404 | ;; | 402 | ;; |
405 | esac | 403 | esac |
406 | AC_SUBST([EFL_EINA_BUILD]) | ||
407 | 404 | ||
408 | # Escape library for compilation on Playstation 3 | 405 | # Escape library for compilation on Playstation 3 |
409 | 406 | ||
@@ -572,14 +569,11 @@ esac | |||
572 | 569 | ||
573 | # Evil library for compilation on Windows | 570 | # Evil library for compilation on Windows |
574 | 571 | ||
575 | EFL_EET_BUILD="" | ||
576 | case "$host_os" in | 572 | case "$host_os" in |
577 | mingw*) | 573 | mingw*) |
578 | requirements_pc_eet="evil ${requirements_pc_eet}" | 574 | requirements_pc_eet="evil ${requirements_pc_eet}" |
579 | EFL_EET_BUILD="-DEFL_EET_BUILD" | ||
580 | ;; | 575 | ;; |
581 | esac | 576 | esac |
582 | AC_SUBST(EFL_EET_BUILD) | ||
583 | 577 | ||
584 | ## Secure layer | 578 | ## Secure layer |
585 | 579 | ||
@@ -740,14 +734,6 @@ AM_CONDITIONAL([EO_BUILD_EXAMPLE_EVAS], [test "x${have_elm}" = "xyes"]) | |||
740 | 734 | ||
741 | ### Checks for compiler characteristics | 735 | ### Checks for compiler characteristics |
742 | 736 | ||
743 | EFL_EO_BUILD="" | ||
744 | case "$host_os" in | ||
745 | mingw*) | ||
746 | EFL_EO_BUILD="-DEFL_EO_BUILD" | ||
747 | ;; | ||
748 | esac | ||
749 | AC_SUBST([EFL_EO_BUILD]) | ||
750 | |||
751 | ### Checks for linker characteristics | 737 | ### Checks for linker characteristics |
752 | 738 | ||
753 | ### Checks for library functions | 739 | ### Checks for library functions |