From: Yang Tse Date: Fri, 3 Nov 2006 03:05:15 +0000 (+0000) Subject: fix missing '$' for var OPT_LIBSSH2 X-Git-Tag: curl-7_16_1~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7408976b158c56034c9e9d739acf41a6d462418e;p=thirdparty%2Fcurl.git fix missing '$' for var OPT_LIBSSH2 --- diff --git a/configure.ac b/configure.ac index b336815419..8c96873e88 100644 --- a/configure.ac +++ b/configure.ac @@ -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