tWe need libcurl 7.17.0 or later - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit cdd729d6739c8617ef6d9e3a1fb875183a341100
DIR parent 911e3d0b81eaa0cfb2ec75a3d8394906cff257c5
HTML Author: Ben Webb <ben@salilab.org>
Date: Tue, 3 Nov 2020 00:54:52 -0800
We need libcurl 7.17.0 or later
Diffstat:
M configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/configure.ac b/configure.ac
t@@ -150,7 +150,8 @@ else
AM_PATH_GLIB_2_0(2.0.0, , [AC_MSG_ERROR(GLib is required)])
dnl Find libcurl for metaserver support
- LIBCURL_CHECK_CONFIG()
+ dnl 7.17.0 or later is needed as prior versions did not copy input strings
+ LIBCURL_CHECK_CONFIG(7.17.0)
dnl Add esound support if available
if test "$USE_ESD" != "no"; then