δΊ 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 >
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 && \
> +
Rule for libqblock.la will be included if it is enabled, and
will be added to 'all' to be automatically built.
Only support Linux now, to save trouble in building on windows.
Signed-off-by: Wenchao Xia
---
Makefile |3 +++
configure | 34 +