fix --with-libssh2 when given without path

This commit is contained in:
Daniel Stenberg 2008-03-27 23:10:24 +00:00
Родитель b425e851fb
Коммит 342fa1cf06
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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