qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V17 03/10] libqblock: build: add configure suppo


From: Wenchao Xia
Subject: Re: [Qemu-devel] [PATCH V17 03/10] libqblock: build: add configure support
Date: Fri, 01 Feb 2013 10:18:23 +0800
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

于 2013-1-31 22:18, Stefan Hajnoczi 写道:
On Thu, Jan 31, 2013 at 04:53:43PM +0800, Wenchao Xia wrote:
+##########################################
+# libqblock probe
+if test "$libqblock" != "no"; then
+    if test -n "$libtool" &&
+            $pkg_config --atleast-version=$glib_req_ver glib-2.0 > /dev/null 2>&1 
&& \
+            $pkg_config --atleast-version=$glib_req_ver gthread-2.0 > /dev/null 2>&1 
&& \
+            test "$linux" = "yes" \
+            ; then
+            # Only support Linux now, check for librt and libz are missing, 
add it later.

Please reuse probing results instead of duplicating them for libqblock.

OK.

--
Best Regards

Wenchao Xia




reply via email to

[Prev in Thread] Current Thread [Next in Thread]