mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
Fixed HAVE_LIBMETALINK conditional is always true
This commit is contained in:
parent
9f9f9ed1b2
commit
1919352a10
@ -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…
x
Reference in New Issue
Block a user