aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/entrance/allow-missing-xsession.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/e17/entrance/allow-missing-xsession.patch')
-rw-r--r--recipes/e17/entrance/allow-missing-xsession.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes/e17/entrance/allow-missing-xsession.patch b/recipes/e17/entrance/allow-missing-xsession.patch
deleted file mode 100644
index e0ebe6e0e9..0000000000
--- a/recipes/e17/entrance/allow-missing-xsession.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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)