diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index ad4b05aae..69ee55f57 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -493,13 +493,13 @@ AC_ARG_ENABLE([eldbus], | |||
493 | if test "x$want_elementary_eldbus" != "xno"; then | 493 | if test "x$want_elementary_eldbus" != "xno"; then |
494 | PKG_CHECK_MODULES([ELEMENTARY_ELDBUS], | 494 | PKG_CHECK_MODULES([ELEMENTARY_ELDBUS], |
495 | [ | 495 | [ |
496 | eldbus >= 1.6.99 | 496 | eldbus >= 1.7.99 |
497 | ], | 497 | ], |
498 | [ | 498 | [ |
499 | AC_DEFINE(HAVE_ELEMENTARY_ELDBUS, 1, [Eldbus support for Elementary]) | 499 | AC_DEFINE(HAVE_ELEMENTARY_ELDBUS, 1, [Eldbus support for Elementary]) |
500 | have_elementary_eldbus="yes" | 500 | have_elementary_eldbus="yes" |
501 | ELM_ELDBUS_DEF="#define" | 501 | ELM_ELDBUS_DEF="#define" |
502 | requirement_elm="eldbus >= 1.6.99 ${requirement_elm}" | 502 | requirement_elm="eldbus >= 1.7.99 ${requirement_elm}" |
503 | ], | 503 | ], |
504 | [have_elementary_eldbus="no"] | 504 | [have_elementary_eldbus="no"] |
505 | ) | 505 | ) |
@@ -507,7 +507,7 @@ else | |||
507 | have_elementary_eldbus="no" | 507 | have_elementary_eldbus="no" |
508 | fi | 508 | fi |
509 | if test "x$want_elementary_eldbus" = "xyes" -a "x$have_elementary_eldbus" = "xno"; then | 509 | if test "x$want_elementary_eldbus" = "xyes" -a "x$have_elementary_eldbus" = "xno"; then |
510 | AC_MSG_ERROR([Eldbus (v2) support requested, but no eldbus found by pkg-config.]) | 510 | AC_MSG_ERROR([eldbus support requested, but no eldbus found by pkg-config.]) |
511 | fi | 511 | fi |
512 | AC_SUBST(ELM_ELDBUS_DEF) | 512 | AC_SUBST(ELM_ELDBUS_DEF) |
513 | 513 | ||
@@ -535,7 +535,7 @@ else | |||
535 | have_elementary_elocation="no" | 535 | have_elementary_elocation="no" |
536 | fi | 536 | fi |
537 | if test "x$want_elementary_elocation" = "xyes" -a "x$have_elementary_elocation" = "xno"; then | 537 | if test "x$want_elementary_elocation" = "xyes" -a "x$have_elementary_elocation" = "xno"; then |
538 | AC_MSG_ERROR([Eldbus (v2) support requested, but no elocation found by pkg-config.]) | 538 | AC_MSG_ERROR([elocation support requested, but no elocation found by pkg-config.]) |
539 | fi | 539 | fi |
540 | AC_SUBST(ELM_ELOCATION_DEF) | 540 | AC_SUBST(ELM_ELOCATION_DEF) |
541 | 541 | ||
@@ -858,7 +858,7 @@ echo | |||
858 | echo " Features:" | 858 | echo " Features:" |
859 | echo " Ecore_IMF..............: ${have_ecore_imf}" | 859 | echo " Ecore_IMF..............: ${have_ecore_imf}" |
860 | echo " Ecore_Con..............: ${have_ecore_con}" | 860 | echo " Ecore_Con..............: ${have_ecore_con}" |
861 | echo " Eldbus..................: v2=${have_elementary_eldbus}" | 861 | echo " Eldbus.................: ${have_elementary_eldbus}" |
862 | echo " EFreet.................: ${have_elementary_efreet}" | 862 | echo " EFreet.................: ${have_elementary_efreet}" |
863 | echo " EWeather...............: ${have_elementary_eweather}" | 863 | echo " EWeather...............: ${have_elementary_eweather}" |
864 | echo " EMap...................: ${have_elementary_emap}" | 864 | echo " EMap...................: ${have_elementary_emap}" |