diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index df4168096..b85f1884e 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.101 2003/01/16 23:31:38 djm Exp $ | 1 | # $Id: configure.ac,v 1.102 2003/01/20 04:20:25 tim Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -283,6 +283,9 @@ mips-sony-bsd|mips-sony-newsos4) | |||
283 | do_sco3_extra_lib_check=yes | 283 | do_sco3_extra_lib_check=yes |
284 | ;; | 284 | ;; |
285 | *-*-sco3.2v5*) | 285 | *-*-sco3.2v5*) |
286 | if test -z "$GCC"; then | ||
287 | CFLAGS="$CFLAGS -belf" | ||
288 | fi | ||
286 | CPPFLAGS="$CPPFLAGS -I/usr/local/include" | 289 | CPPFLAGS="$CPPFLAGS -I/usr/local/include" |
287 | LDFLAGS="$LDFLAGS -L/usr/local/lib" | 290 | LDFLAGS="$LDFLAGS -L/usr/local/lib" |
288 | LIBS="$LIBS -lprot -lx -ltinfo -lm" | 291 | LIBS="$LIBS -lprot -lx -ltinfo -lm" |