gdm r6589 - trunk
- From: bcameron svn gnome org
- To: svn-commits-list gnome org
- Subject: gdm r6589 - trunk
- Date: Tue, 4 Nov 2008 17:00:43 +0000 (UTC)
Author: bcameron
Date: Tue Nov 4 17:00:43 2008
New Revision: 6589
URL: http://svn.gnome.org/viewvc/gdm?rev=6589&view=rev
Log:
2008-11-04 Brian Cameron <brian cameron sun com>
* configure.ac: Set XSESSION_SHELL, otherwise the data/Xsession
script does not get set up with a default shell to use.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Nov 4 17:00:43 2008
@@ -1387,6 +1387,15 @@
AC_DEFINE(ENABLE_PROFILING,1,[enable profiling])
fi
+#
+# Set SHELL to use in scripts.
+#
+if test x$os_solaris = xyes ; then
+ XSESSION_SHELL=/bin/ksh
+else
+ XSESSION_SHELL=/bin/sh
+fi
+
# Set configuration choices.
#
AC_SUBST(XSESSION_SHELL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]