Author: sveinung
Date: Fri Aug 28 12:55:01 2015
New Revision: 29706

URL: http://svn.gna.org/viewcvs/freeciv?rev=29706&view=rev
Log:
Make 7.12.1 the minimum CURL version

and document what CURL version is required in INSTALL

See bug #23824

Modified:
    branches/S2_6/INSTALL
    branches/S2_6/configure.ac

Modified: branches/S2_6/INSTALL
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/INSTALL?rev=29706&r1=29705&r2=29706&view=diff
==============================================================================
--- branches/S2_6/INSTALL       (original)
+++ branches/S2_6/INSTALL       Fri Aug 28 12:55:01 2015
@@ -74,7 +74,7 @@
 
    The output should include "GNU Make" somewhere.
 
- - libcurl
+ - libcurl version 7.12.1 or better
 
    Libcurl takes care of http communication with the metaserver, and
    file transfers of modpack installers

Modified: branches/S2_6/configure.ac
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/configure.ac?rev=29706&r1=29705&r2=29706&view=diff
==============================================================================
--- branches/S2_6/configure.ac  (original)
+++ branches/S2_6/configure.ac  Fri Aug 28 12:55:01 2015
@@ -524,7 +524,7 @@
 if test "x$PKG_CONFIG" = "x" ; then
   AC_MSG_ERROR([pkg-config not found])
 fi
-PKG_CHECK_MODULES([CURL], [libcurl >= 7.9.7],,
+PKG_CHECK_MODULES([CURL], [libcurl >= 7.12.1],,
     [AC_MSG_ERROR([libcurl development files required])])
 UTILITY_CFLAGS="${UTILITY_CFLAGS} ${CURL_CFLAGS}"
 UTILITY_LIBS="${UTILITY_LIBS} ${CURL_LIBS}"


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to