xwayland: Fix configure.ac to substitute the xwayland binary path
authorChris Michael <cp.michael@samsung.com>
Sun, 6 Jul 2014 14:11:04 +0000 (10:11 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 26 Jun 2015 00:04:30 +0000 (20:04 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
configure.ac

index 4c15763..0c72375 100644 (file)
@@ -889,7 +889,8 @@ define([CHECK_MODULE_XWAYLAND],
 [
   if test "x${e_cv_want_wayland_only}" = "xyes"; then
     AC_E_CHECK_PKG(XWAYLAND, [ ecore >= $efl_version eina >= $efl_version ], [HAVE_XWAYLAND_DEPS=true], [HAVE_XWAYLAND_DEPS=false])
-    AC_PATH_PROGS([XWAYLAND_BIN], [Xwayland], [HAVE_XWAYLAND_DEPS=false], [/sbin:/usr/sbin:$PATH])
+    AC_PATH_PROG([XWAYLAND_BIN], [Xwayland], [HAVE_XWAYLAND_DEPS=false], [/sbin:/usr/sbin:$PATH])
+    AC_SUBST(XWAYLAND_BIN)
   else
     HAVE_XWAYLAND_DEPS=false
   fi