aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/m4/ecore_check_module.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ecore/m4/ecore_check_module.m4')
-rw-r--r--libraries/ecore/m4/ecore_check_module.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/ecore/m4/ecore_check_module.m4 b/libraries/ecore/m4/ecore_check_module.m4
index 658b42e..01c4e0e 100644
--- a/libraries/ecore/m4/ecore_check_module.m4
+++ b/libraries/ecore/m4/ecore_check_module.m4
@@ -73,9 +73,9 @@ AC_ARG_ENABLE(ecore-evas-$1,
73AC_MSG_CHECKING([whether ecore_evas $4 support is to be built]) 73AC_MSG_CHECKING([whether ecore_evas $4 support is to be built])
74AC_MSG_RESULT([${want_module}]) 74AC_MSG_RESULT([${want_module}])
75 75
76if test "x$5" = "xyes" -a \ 76if test "x$5" = "xyes" && \
77 "x$have_ecore_evas" = "xyes" -a \ 77 test "x$have_ecore_evas" = "xyes" && \
78 "x$want_module" = "xyes" ; then 78 test "x$want_module" = "xyes" ; then
79 PKG_CHECK_EXISTS([evas-$2], 79 PKG_CHECK_EXISTS([evas-$2],
80 [ 80 [
81 AC_DEFINE([BUILD_ECORE_EVAS_]m4_defn([UP]), [1], [Support for $4 Engine in Ecore_Evas]) 81 AC_DEFINE([BUILD_ECORE_EVAS_]m4_defn([UP]), [1], [Support for $4 Engine in Ecore_Evas])