于 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