diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3769a739e..836e31730 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.201 2004/02/23 23:37:33 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.202 2004/02/24 05:47:04 tim Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -336,7 +336,7 @@ mips-sony-bsd|mips-sony-newsos4) | |||
336 | ;; | 336 | ;; |
337 | *-*-sco3.2v4*) | 337 | *-*-sco3.2v4*) |
338 | CPPFLAGS="$CPPFLAGS -Dftruncate=chsize" | 338 | CPPFLAGS="$CPPFLAGS -Dftruncate=chsize" |
339 | LIBS="$LIBS -los -lprot -lx -ltinfo -lm" | 339 | LIBS="$LIBS -los -lprot -lcrypt_i -lx -ltinfo -lm" |
340 | RANLIB=true | 340 | RANLIB=true |
341 | no_dev_ptmx=1 | 341 | no_dev_ptmx=1 |
342 | AC_DEFINE(BROKEN_SYS_TERMIO_H) | 342 | AC_DEFINE(BROKEN_SYS_TERMIO_H) |