fix missing '$' for var OPT_LIBSSH2

This commit is contained in:
Yang Tse 2006-11-03 03:05:15 +00:00
Родитель 763bb73cc3
Коммит 7408976b15
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1091,7 +1091,7 @@ if test X"$OPT_LIBSSH2" != Xno; then
LIBSSH2_ENABLED=1
AC_DEFINE(USE_LIBSSH2, 1, [if libSSH2 is in use]))
if test X"OPT_LIBSSH2" != Xoff &&
if test X"$OPT_LIBSSH2" != Xoff &&
test "$LIBSSH2_ENABLED" != "1"; then
AC_MSG_ERROR([libSSH2 libs and/or directories were not found where specified!])
fi