mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
explicitly specify 7.16.3 as the minimimum requirement for curl
This commit is contained in:
parent
0b991a55c7
commit
67696ac4bd
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ fi
|
|||
AM_CONDITIONAL(TR_UNSTABLE, test "x$TR_UNSTABLE" = "xyes")
|
||||
|
||||
OPENSSL_MINIMUM=0.9.4
|
||||
CURL_MINIMUM=7.15.0
|
||||
CURL_MINIMUM=7.16.3
|
||||
GIO_MINIMUM=2.15.5
|
||||
GLIB_MINIMUM=2.6.0
|
||||
GTK_MINIMUM=2.6.0
|
||||
|
|
Loading…
Reference in a new issue