Author: sveinung
Date: Fri Aug 28 12:54:14 2015
New Revision: 29702

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

and document what CURL version is required in INSTALL

See bug #23824

Modified:
    trunk/INSTALL
    trunk/configure.ac
    trunk/doc/README.packaging

Modified: trunk/INSTALL
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/INSTALL?rev=29702&r1=29701&r2=29702&view=diff
==============================================================================
--- trunk/INSTALL       (original)
+++ trunk/INSTALL       Fri Aug 28 12:54:14 2015
@@ -73,7 +73,7 @@
 
    The output should include "GNU Make" somewhere.
 
- - libcurl
+ - libcurl version 7.15.4 or better
 
    Libcurl takes care of http communication with the metaserver, and
    file transfers of modpack installers

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/configure.ac?rev=29702&r1=29701&r2=29702&view=diff
==============================================================================
--- trunk/configure.ac  (original)
+++ trunk/configure.ac  Fri Aug 28 12:54:14 2015
@@ -543,7 +543,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.15.4],,
     [AC_MSG_ERROR([libcurl development files required])])
 UTILITY_CFLAGS="${UTILITY_CFLAGS} ${CURL_CFLAGS}"
 UTILITY_LIBS="${UTILITY_LIBS} ${CURL_LIBS}"

Modified: trunk/doc/README.packaging
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/doc/README.packaging?rev=29702&r1=29701&r2=29702&view=diff
==============================================================================
--- trunk/doc/README.packaging  (original)
+++ trunk/doc/README.packaging  Fri Aug 28 12:54:14 2015
@@ -26,6 +26,7 @@
   themselves. This has obsoleted old --with-modlist configure option.
   See chapter "Project definition file" below.
 * Xaw-client has been dropped completely
+* Minimum libcurl version is now 7.15.4
 
 ----------------------------------------------------------------------
 Compatibility of modified versions


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

Reply via email to