From 601b17624404e593195bd8a9cc34c574220a5a60 Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Wed, 23 Oct 2013 06:26:14 +0530 Subject: [PATCH 1/2] Build changes. Remove redundant --enable-threads option and add Metalink to configure summary --- ChangeLog | 5 +++++ configure.ac | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index b32da52..ea07955 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-10-23 Darshit Shah + + * configure.ac: Remove redundant --enable-threads option. + Add Metalink to configure summary + 2013-07-02 Darshit Shah * README.checkout: Add dependency on libmetalink. diff --git a/configure.ac b/configure.ac index 3a45f6c..53eaa42 100644 --- a/configure.ac +++ b/configure.ac @@ -89,12 +89,6 @@ AC_ARG_ENABLE(debug, ENABLE_DEBUG=$enableval, ENABLE_DEBUG=yes) test x"${ENABLE_DEBUG}" = xyes && AC_DEFINE([ENABLE_DEBUG], 1, [Define if you want the debug output support compiled in.]) - -AC_ARG_ENABLE(threads, -[ --disable-threads disable support for parallel downloads using threads], -ENABLE_THREADS=$enableval, ENABLE_THREADS=no) -test x"${ENABLE_THREADS}" = xyes && AC_DEFINE([ENABLE_THREADS], 1, - [Define if you want the concurrent download support compiled in.]) AC_ARG_ENABLE(metalink, [ --disable-metalink disable support for metalink file format], @@ -660,5 +654,6 @@ AC_MSG_NOTICE([Summary of build options: Digest: $ENABLE_DIGEST NTLM: $ENABLE_NTLM OPIE: $ENABLE_OPIE + Metalink: $ENABLE_METALINK Debugging: $ENABLE_DEBUG ]) -- 1.8.4.2