projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f9f9ed
)
Fixed HAVE_LIBMETALINK conditional is always true
author
Tatsuhiro Tsujikawa
<tatsuhiro.t@gmail.com>
Sat, 28 Apr 2012 14:45:56 +0000
(23:45 +0900)
committer
Daniel Stenberg
<daniel@haxx.se>
Sat, 26 May 2012 21:09:24 +0000
(23:09 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
9955c27
..
7cc6d14
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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