From 85dd700d4469ffb76508c030f639d0368129168c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 6 Jun 2012 16:43:35 +0000 Subject: [PATCH] unbreak elm configure SPANK SPANK SPANK devilhorns! SVN revision: 71762 --- legacy/elementary/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index 27ca5977c4..a3e4fb4067 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/configure.ac @@ -446,7 +446,7 @@ fi have_elementary_wayland="no" want_elementary_wayland="auto" -AC_ARG_ENABLE([ecore-x], +AC_ARG_ENABLE([ecore-wayland], [AC_HELP_STRING([--disable-ecore-wayland], [disable ecore-wayland support. @<:@default=detect@:>@])], [want_elementary_wayland=$enableval], []) @@ -464,7 +464,7 @@ else have_elementary_wayland="no" fi if test "x$want_elementary_wayland" = "xyes" -a "x$have_elementary_wayland" = "xno"; then - AC_MSG_ERROR([ecore-x support requested, but not found by pkg-config.]) + AC_MSG_ERROR([ecore-wayland support requested, but not found by pkg-config.]) fi ELM_EDBUS_DEF="#undef"