discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=50df06777dbdb431f876a3c971622b0a3646baff

commit 50df06777dbdb431f876a3c971622b0a3646baff
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Jun 29 13:40:51 2015 -0400

    fix wl-x11 configure checks
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 05900d4..dbe0115 100644
--- a/configure.ac
+++ b/configure.ac
@@ -818,10 +818,10 @@ fi
 
 define([CHECK_MODULE_WL_X11],
 [
-  if test "x${have_wayland_only}" = "xyes" ; then
-    PKG_CHECK_MODULES([ECORE_X], [ecore-x >= ${efl_version}])
+  if test "x${have_wayland}" = "xyes" ; then
+    PKG_CHECK_MODULES([ECORE_X], [ecore-x >= ${efl_version}], 
[have_wayland_only=no], [WL_X11=false])
   fi
-  if test "x${have_wayland_only}" = "xyes"; then
+  if test "x${have_wayland}" = "xyes"; then
     AC_E_CHECK_PKG(WL_X11, [ ecore-x >= ${efl_version} ], [WL_X11=true], 
[WL_X11=false])
   else
     WL_X11=false

-- 


Reply via email to