Fixed HAVE_LIBMETALINK conditional is always true

This commit is contained in:
Tatsuhiro Tsujikawa 2012-04-28 23:45:56 +09:00 committed by Daniel Stenberg
parent 9f9f9ed1b2
commit 1919352a10
1 changed files with 1 additions and 1 deletions

View File

@ -2276,7 +2276,7 @@ if test X"$OPT_LIBMETALINK" != Xno; then
fi
fi
AM_CONDITIONAL([HAVE_LIBMETALINK], [test -n "x$LIBMETALINK_LIBS"])
AM_CONDITIONAL([HAVE_LIBMETALINK], [test -n "$LIBMETALINK_LIBS"])
dnl **********************************************************************
dnl Check for the presence of LIBSSH2 libraries and headers