Skip to content
Snippets Groups Projects
Commit 1919352a authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa Committed by Daniel Stenberg
Browse files

Fixed HAVE_LIBMETALINK conditional is always true

parent 9f9f9ed1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment