On 06/03/2010 04:05 PM, C.W. Betts wrote:
Since this didn't seem to get to the mailing list, I'm forwarding it.

It's lacking a Signed-off-by and as a quoted message, it's not possible to apply it.

Regards,

Anthony Liguori

Begin forwarded message:

*From: *"C.W. Betts" <computer...@hotmail.com <mailto:computer...@hotmail.com>>
*Date: *May 16, 2010 12:47:33 PM MDT
*To: *qemu-de...@nongnu.org <mailto:qemu-devel@nongnu.org>
*Cc: *"C.W. Betts" <computer...@hotmail.com <mailto:computer...@hotmail.com>> *Subject: **[PATCH 1/4] Make configure find uuid functions in Mac OS X by looking into libSystem.B*

---
configure |    6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 966cd7d..ecc3317 100755
--- a/configure
+++ b/configure
@@ -1198,7 +1198,11 @@ fi
##########################################
# uuid_generate() probe, used for vdi block driver
if test "$uuid" != "no" ; then
-  uuid_libs="-luuid"
+  if test "$darwin" == "yes"; then
+    uuid_libs=""
+  else
+    uuid_libs="-luuid"
+  fi
  cat > $TMPC << EOF
#include <uuid/uuid.h>
int main(void)
--
1.6.5.5




Reply via email to