summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 43732abb8..df834baca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.411 2008/12/07 22:35:36 djm Exp $ 1# $Id: configure.ac,v 1.412 2009/01/07 18:04:12 tim Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -15,7 +15,7 @@
15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 16
17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) 17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
18AC_REVISION($Revision: 1.411 $) 18AC_REVISION($Revision: 1.412 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -741,6 +741,11 @@ mips-sony-bsd|mips-sony-newsos4)
741 AC_DEFINE(BROKEN_LIBIAF, 1, 741 AC_DEFINE(BROKEN_LIBIAF, 1,
742 [ia_uinfo routines not supported by OS yet]) 742 [ia_uinfo routines not supported by OS yet])
743 AC_DEFINE(BROKEN_UPDWTMPX) 743 AC_DEFINE(BROKEN_UPDWTMPX)
744 AC_CHECK_LIB(prot, getluid,[ LIBS="$LIBS -lprot"
745 AC_CHECK_FUNCS(getluid setluid,,,-lprot)
746 AC_DEFINE(HAVE_SECUREWARE)
747 AC_DEFINE(DISABLE_SHADOW)
748 ],,)
744 ;; 749 ;;
745 *) AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*") 750 *) AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")
746 ;; 751 ;;