Deleted Added
full compact
configure (207311) configure (214979)
1#! /bin/sh
1#! /bin/sh
2# From configure.ac Revision: 1.449 .
2# From configure.ac Revision: 1.451 .
3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.61 for OpenSSH Portable.
5#
6# Report bugs to <openssh-unix-dev@mindrot.org>.
7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
10# This configure script is free software; the Free Software Foundation

--- 13062 unchanged lines hidden (view full) ---

13073
13074
13075
13076
13077
13078
13079
13080
3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.61 for OpenSSH Portable.
5#
6# Report bugs to <openssh-unix-dev@mindrot.org>.
7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
10# This configure script is free software; the Free Software Foundation

--- 13062 unchanged lines hidden (view full) ---

13073
13074
13075
13076
13077
13078
13079
13080
13081
13081for ac_func in \
13082 arc4random \
13083 arc4random_buf \
13084 arc4random_uniform \
13085 asprintf \
13086 b64_ntop \
13087 __b64_ntop \
13088 b64_pton \

--- 64 unchanged lines hidden (view full) ---

13153 statfs \
13154 statvfs \
13155 strdup \
13156 strerror \
13157 strlcat \
13158 strlcpy \
13159 strmode \
13160 strnvis \
13082for ac_func in \
13083 arc4random \
13084 arc4random_buf \
13085 arc4random_uniform \
13086 asprintf \
13087 b64_ntop \
13088 __b64_ntop \
13089 b64_pton \

--- 64 unchanged lines hidden (view full) ---

13154 statfs \
13155 statvfs \
13156 strdup \
13157 strerror \
13158 strlcat \
13159 strlcpy \
13160 strmode \
13161 strnvis \
13162 strptime \
13161 strtonum \
13162 strtoll \
13163 strtoul \
13164 swap32 \
13165 sysconf \
13166 tcgetpgrp \
13167 truncate \
13168 unsetenv \

--- 3318 unchanged lines hidden (view full) ---

16487 ./*|../*) withval="`pwd`/$withval"
16488 esac
16489 if test -d "$withval/lib"; then
16490 if test -n "${need_dash_r}"; then
16491 LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
16492 else
16493 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
16494 fi
13163 strtonum \
13164 strtoll \
13165 strtoul \
13166 swap32 \
13167 sysconf \
13168 tcgetpgrp \
13169 truncate \
13170 unsetenv \

--- 3318 unchanged lines hidden (view full) ---

16489 ./*|../*) withval="`pwd`/$withval"
16490 esac
16491 if test -d "$withval/lib"; then
16492 if test -n "${need_dash_r}"; then
16493 LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
16494 else
16495 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
16496 fi
16497 elif test -d "$withval/lib64"; then
16498 if test -n "${need_dash_r}"; then
16499 LDFLAGS="-L${withval}/lib64 -R${withval}/lib64 ${LDFLAGS}"
16500 else
16501 LDFLAGS="-L${withval}/lib64 ${LDFLAGS}"
16502 fi
16495 else
16496 if test -n "${need_dash_r}"; then
16497 LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}"
16498 else
16499 LDFLAGS="-L${withval} ${LDFLAGS}"
16500 fi
16501 fi
16502 if test -d "$withval/include"; then

--- 14473 unchanged lines hidden ---
16503 else
16504 if test -n "${need_dash_r}"; then
16505 LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}"
16506 else
16507 LDFLAGS="-L${withval} ${LDFLAGS}"
16508 fi
16509 fi
16510 if test -d "$withval/include"; then

--- 14473 unchanged lines hidden ---