From: Daniel Stenberg Date: Thu, 27 Mar 2008 23:10:24 +0000 (+0000) Subject: fix --with-libssh2 when given without path X-Git-Tag: curl-7_18_1~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=342fa1cf06e38942e9ffc0fb213882d2ee2f1e62;p=thirdparty%2Fcurl.git fix --with-libssh2 when given without path --- diff --git a/configure.ac b/configure.ac index 15d3e93dec..e887bac42a 100644 --- a/configure.ac +++ b/configure.ac @@ -1380,7 +1380,7 @@ if test X"$OPT_LIBSSH2" != Xno; then yes) dnl --with-libssh2 (without path) used PREFIX_LIBSSH2=/usr/local/lib - LIB_LIBSSH2="$PREFIX_LIBSSH2/lib$libsuff" + LIB_LIBSSH2="$PREFIX_LIBSSH2$libsuff" ;; off) dnl no --with-libssh2 option given, just check default places