mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
fix --with-libssh2 when given without path
This commit is contained in:
parent
b425e851fb
commit
342fa1cf06
@ -1380,7 +1380,7 @@ if test X"$OPT_LIBSSH2" != Xno; then
|
|||||||
yes)
|
yes)
|
||||||
dnl --with-libssh2 (without path) used
|
dnl --with-libssh2 (without path) used
|
||||||
PREFIX_LIBSSH2=/usr/local/lib
|
PREFIX_LIBSSH2=/usr/local/lib
|
||||||
LIB_LIBSSH2="$PREFIX_LIBSSH2/lib$libsuff"
|
LIB_LIBSSH2="$PREFIX_LIBSSH2$libsuff"
|
||||||
;;
|
;;
|
||||||
off)
|
off)
|
||||||
dnl no --with-libssh2 option given, just check default places
|
dnl no --with-libssh2 option given, just check default places
|
||||||
|
Loading…
Reference in New Issue
Block a user