From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: build: remove redundant uuid check Date: Mon, 5 Mar 2012 14:36:59 +0100 Message-ID: <4F54C17B.8010009@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070803040102070003020100" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org --------------070803040102070003020100 Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 7bit Remove redundant uuid check which fails on non-Linux anyway. Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85689 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --------------070803040102070003020100 Content-Type: text/plain; name="xen_configure.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_configure.diff" Content-Description: xen_configure.diff diff -r d92f0c38122c tools/configure.ac --- a/tools/configure.ac Mon Mar 05 14:26:31 2012 +0100 +++ b/tools/configure.ac Mon Mar 05 14:35:38 2012 +0100 @@ -114,8 +114,6 @@ AC_SUBST(libgcrypt) AC_CHECK_LIB([pthread], [pthread_create], [] , [AC_MSG_ERROR([Could not find libpthread])]) AC_CHECK_LIB([rt], [clock_gettime]) -AC_CHECK_LIB([uuid], [uuid_clear], [], - [AC_MSG_ERROR([Could not find libuuid])]) AC_CHECK_LIB([yajl], [yajl_alloc], [], [AC_MSG_ERROR([Could not find yajl])]) AC_CHECK_LIB([z], [deflateCopy], [], [AC_MSG_ERROR([Could not find zlib])]) --------------070803040102070003020100 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.xen.org http://lists.xen.org/xen-devel --------------070803040102070003020100--