summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-08-23 22:56:08 +0100
committerColin Watson <cjwatson@debian.org>2010-08-23 22:56:08 +0100
commit31e30b835fd9695d3b6647cab4867001b092e28f (patch)
tree138e715c25661825457c7280cd66e3f4853d474c /configure
parent78eedc2c60ff4718200f9271d8ee4f437da3a0c5 (diff)
parent43094ebf14c9b16f1ea398bc5b65a7335e947288 (diff)
merge 5.6p1
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 9 insertions, 1 deletions
diff --git a/configure b/configure
index 5ebdb15c6..ef3bb0f0f 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
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. 3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.61 for OpenSSH Portable. 4# Generated by GNU Autoconf 2.61 for OpenSSH Portable.
5# 5#
@@ -13078,6 +13078,7 @@ fi
13078 13078
13079 13079
13080 13080
13081
13081for ac_func in \ 13082for ac_func in \
13082 arc4random \ 13083 arc4random \
13083 arc4random_buf \ 13084 arc4random_buf \
@@ -13158,6 +13159,7 @@ for ac_func in \
13158 strlcpy \ 13159 strlcpy \
13159 strmode \ 13160 strmode \
13160 strnvis \ 13161 strnvis \
13162 strptime \
13161 strtonum \ 13163 strtonum \
13162 strtoll \ 13164 strtoll \
13163 strtoul \ 13165 strtoul \
@@ -16492,6 +16494,12 @@ if test "${with_ssl_dir+set}" = set; then
16492 else 16494 else
16493 LDFLAGS="-L${withval}/lib ${LDFLAGS}" 16495 LDFLAGS="-L${withval}/lib ${LDFLAGS}"
16494 fi 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 16503 else
16496 if test -n "${need_dash_r}"; then 16504 if test -n "${need_dash_r}"; then
16497 LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}" 16505 LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}"