blob: c475e46fe216ed002ad367da061db5bc66eb2ad2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- entrance/configure.in.~1.42.~ 2005-07-29 23:15:58.000000000 -0700
+++ entrance/configure.in 2005-08-13 03:11:41.000000000 -0700
@@ -190,11 +190,11 @@
fi
]
)
-if test ! -x $xsession ; then
- AC_MSG_WARN([** no $xsession file on this system **])
- AC_MSG_WARN([** Perhaps you need to specify --with-xsession **])
- xsession="You should reconfigure --with-xsession"
-fi
+#if test ! -x $xsession ; then
+# AC_MSG_WARN([** no $xsession file on this system **])
+# AC_MSG_WARN([** Perhaps you need to specify --with-xsession **])
+# xsession="You should reconfigure --with-xsession"
+#fi
AC_DEFINE_UNQUOTED(ENTRANCE_XSESSION, "$xsession", [Xsession script])
AC_SUBST(xsession)
|