From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: [PATCH] Remove checks for libcurl--we don't use it anymore Date: Wed, 31 Aug 2005 22:41:13 -0500 Message-ID: <43167859.9050000@us.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010700090908000207000401" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------010700090908000207000401 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit These files seem to creep back into the build frequently due to merges. We don't depend on libcurl anymore (since we removed xfrd) so there's no point in checking for it. Signed-off-by: Anthony Liguori Regards, Anthony Liguori --------------010700090908000207000401 Content-Type: text/x-patch; name="6560_remove_libcurl.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="6560_remove_libcurl.diff" # HG changeset patch # User root@howler # Node ID 638d08f7e6ce904b763b59a3e2b38f1812af74de # Parent f0dc15fd3c1bcfc63e432e7fb365792cc671e955 Remove libcurl dependences, we don't need it anymore diff -r f0dc15fd3c1b -r 638d08f7e6ce tools/check/check_curl_devel --- a/tools/check/check_curl_devel Wed Aug 31 23:22:45 2005 +++ /dev/null Thu Sep 1 03:31:26 2005 @@ -1,11 +0,0 @@ -#!/bin/bash -# CHECK-BUILD - -function error { - echo 'Check for libcurl includes failed.' - exit 1 -} - -set -e -[ -e /usr/include/curl ] || error -[ -e /usr/include/curl/curl.h ] || error \ No newline at end of file diff -r f0dc15fd3c1b -r 638d08f7e6ce tools/check/check_curl_lib --- a/tools/check/check_curl_lib Wed Aug 31 23:22:45 2005 +++ /dev/null Thu Sep 1 03:31:26 2005 @@ -1,10 +0,0 @@ -#!/bin/bash -# CHECK-BUILD CHECK-INSTALL - -function error { - echo 'Check for CURL library failed.' - exit 1 -} - -set -e -ldconfig -p | grep libcurl.so || error \ No newline at end of file --------------010700090908000207000401 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------010700090908000207000401--