Index: entrance/configure.ac =================================================================== --- entrance.orig/configure.ac 2009-02-17 10:59:20.000000000 +0000 +++ entrance/configure.ac 2009-02-17 13:09:51.000000000 +0000 @@ -198,10 +198,10 @@ fi ] ) -if test ! -x "$xsession" ; then - AC_MSG_WARN([** $xsession does not exist or is not executable **]) - AC_MSG_WARN([** Please consider overriding with --with-xsession **]) -fi +#if test ! -x "$xsession" ; then +# AC_MSG_WARN([** $xsession does not exist or is not executable **]) +# AC_MSG_WARN([** Please consider overriding with --with-xsession **]) +#fi AC_DEFINE_UNQUOTED(ENTRANCE_XSESSION, "$xsession", [Xsession script]) AC_SUBST(xsession)