summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2005-06-01 20:09:28 -0700
committerTim Rice <tim@multitalents.net>2005-06-01 20:09:28 -0700
commit4dbacffe7bd6160c66c89093969eba469fb90b55 (patch)
tree1a5fc594b26bb9bb80ec639608ec714cb10ecccb /configure.ac
parent5f7075800ae03d516c84a05ea2d3710413535577 (diff)
- (tim) [configure.ac] set TEST_SHELL for OpenServer 6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e9466379..61132acd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.270 2005/06/01 11:39:33 dtucker Exp $
+# $Id: configure.ac,v 1.271 2005/06/02 03:09:28 tim Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -371,6 +371,11 @@ mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE(BROKEN_SETREUID)
AC_DEFINE(BROKEN_SETREGID)
AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd])
+ case "$host" in
+ *-*-sysv5SCO_SV*) # SCO OpenServer 6.x
+ TEST_SHELL=/u95/bin/sh
+ ;;
+ esac
;;
*-*-sysv*)
;;