diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-06-06 16:43:35 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-06-06 16:43:35 +0000 |
commit | ff5d446fd26280176eb36847c6cf82cb6e822807 (patch) | |
tree | a0c9772fe5ea3f0e05d128cdf60ed692e29ccbb0 /configure.ac | |
parent | 31ba384b66e06149430b8e7007c698d7bb64f070 (diff) |
unbreak elm configure
SPANK SPANK SPANK devilhorns!
SVN revision: 71762
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 27ca5977c..a3e4fb406 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -446,7 +446,7 @@ fi | |||
446 | 446 | ||
447 | have_elementary_wayland="no" | 447 | have_elementary_wayland="no" |
448 | want_elementary_wayland="auto" | 448 | want_elementary_wayland="auto" |
449 | AC_ARG_ENABLE([ecore-x], | 449 | AC_ARG_ENABLE([ecore-wayland], |
450 | [AC_HELP_STRING([--disable-ecore-wayland], [disable ecore-wayland support. @<:@default=detect@:>@])], | 450 | [AC_HELP_STRING([--disable-ecore-wayland], [disable ecore-wayland support. @<:@default=detect@:>@])], |
451 | [want_elementary_wayland=$enableval], []) | 451 | [want_elementary_wayland=$enableval], []) |
452 | 452 | ||
@@ -464,7 +464,7 @@ else | |||
464 | have_elementary_wayland="no" | 464 | have_elementary_wayland="no" |
465 | fi | 465 | fi |
466 | if test "x$want_elementary_wayland" = "xyes" -a "x$have_elementary_wayland" = "xno"; then | 466 | if test "x$want_elementary_wayland" = "xyes" -a "x$have_elementary_wayland" = "xno"; then |
467 | AC_MSG_ERROR([ecore-x support requested, but not found by pkg-config.]) | 467 | AC_MSG_ERROR([ecore-wayland support requested, but not found by pkg-config.]) |
468 | fi | 468 | fi |
469 | 469 | ||
470 | ELM_EDBUS_DEF="#undef" | 470 | ELM_EDBUS_DEF="#undef" |