mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:23:32 +03:00
Fixed HAVE_LIBMETALINK conditional is always true
This commit is contained in:
parent
9f9f9ed1b2
commit
1919352a10
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue