summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2004-02-23 21:47:04 -0800
committerTim Rice <tim@multitalents.net>2004-02-23 21:47:04 -0800
commite8c898a54fcced28a11047d5633dfc947800a3b5 (patch)
tree38910cbc711a154aeff56ba678b28b6b71285594 /configure.ac
parent149543e56d3c07de83bb13b5afea4ceb89bf7af1 (diff)
[configure.ac] SCO3 needs -lcrypt_i for -lprot
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3769a739..836e3173 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.201 2004/02/23 23:37:33 dtucker Exp $
+# $Id: configure.ac,v 1.202 2004/02/24 05:47:04 tim Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -336,7 +336,7 @@ mips-sony-bsd|mips-sony-newsos4)
;;
*-*-sco3.2v4*)
CPPFLAGS="$CPPFLAGS -Dftruncate=chsize"
- LIBS="$LIBS -los -lprot -lx -ltinfo -lm"
+ LIBS="$LIBS -los -lprot -lcrypt_i -lx -ltinfo -lm"
RANLIB=true
no_dev_ptmx=1
AC_DEFINE(BROKEN_SYS_TERMIO_H)