[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] blktap: Fix check_gcrypt



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1234349082 0
# Node ID a55919061d7950541089f454559e6a5a4cfb05c7
# Parent  8d7a6bc2575dcaf1419281d05122f78e9a563115
blktap: Fix check_gcrypt

Signed-off-by: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx>
---
 tools/blktap/drivers/Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 8d7a6bc2575d -r a55919061d79 tools/blktap/drivers/Makefile
--- a/tools/blktap/drivers/Makefile     Wed Feb 11 10:41:45 2009 +0000
+++ b/tools/blktap/drivers/Makefile     Wed Feb 11 10:44:42 2009 +0000
@@ -13,7 +13,7 @@ CFLAGS   += -I $(LIBAIO_DIR)
 CFLAGS   += -I $(LIBAIO_DIR)
 CFLAGS   += -D_GNU_SOURCE
 
-ifeq ($(shell . ./check_gcrypt),"yes")
+ifeq ($(shell . ./check_gcrypt $(CC)),yes)
 CFLAGS += -DUSE_GCRYPT
 CRYPT_LIB := -lgcrypt
 else

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.