summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-05-13 16:28:33 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-05-13 16:28:33 -0700
commitef2610f44c7cf40489203fddc77ddcdfb7764eed (patch)
tree3bb98bb16c8a3327130d4fa5c2b41b3cd55426d6 /configure.ac
parentd3bc7001315a8ba13be073af86fe710740b2d4c3 (diff)
downloadxorg-app-xinit-ef2610f44c7cf40489203fddc77ddcdfb7764eed.tar.gz
Use /bin/ksh instead of /bin/sh on Solaris
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5ad468b..b3ba68e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,9 +154,13 @@ if test "x$MCOOKIE" != x ; then
fi
AC_SUBST(STARTX_COOKIE_FLAGS)
-# Additional substitutions in xinitrc & man pages
+# Additional substitutions in startx, xinitrc & man pages
case $host_os in
- *sco*)
+ *solaris*)
+ SHELL_CMD="/bin/ksh"
+ ARCHMANDEFS=""
+ ;;
+ *sco*)
SHELL_CMD="/bin/ksh"
ARCHMANDEFS="-D__SCOMAN__"
;;