aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17/entrance/allow-missing-xsession.patch
blob: 74289ad3c8a97417cef2e8ba1c245da7720bfc51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: entrance-0.9.0.009/configure.in
===================================================================
--- entrance-0.9.0.009.orig/configure.in
+++ entrance-0.9.0.009/configure.in
@@ -184,10 +184,10 @@ AC_ARG_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
+#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)