diff --git a/configure.ac b/configure.ac index 1db9f79b1..e5f395f73 100644 --- a/configure.ac +++ b/configure.ac @@ -100,7 +100,7 @@ if test x$enable_xwayland = xyes; then AC_ARG_WITH(xserver-path, AS_HELP_STRING([--with-xserver-path=PATH], [Path to X server]), [XSERVER_PATH="$withval"], - [XSERVER_PATH="$bindir/Xwayland"]) + [XSERVER_PATH="/usr/bin/Xwayland"]) AC_SUBST([XSERVER_PATH]) if test x$enable_xwayland_test = xyes; then PKG_CHECK_MODULES([XWAYLAND_TEST], x11)