aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/entrance/allow-missing-xsession.patch
blob: e0ebe6e0e9f70e04644a7379a4cd4a812ab0da36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)