xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* build: remove redundant uuid check
@ 2012-03-05 13:36 Christoph Egger
  2012-03-05 13:46 ` Roger Pau Monné
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Egger @ 2012-03-05 13:36 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]


Remove redundant uuid check which fails on non-Linux anyway.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>

-- 
---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

[-- Attachment #2: xen_configure.diff --]
[-- Type: text/plain, Size: 575 bytes --]

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])])

[-- Attachment #3: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-05 14:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-05 13:36 build: remove redundant uuid check Christoph Egger
2012-03-05 13:46 ` Roger Pau Monné
2012-03-05 14:11   ` Christoph Egger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).