* [PATCH] configure qemu
@ 2007-05-07 14:52 Jeff Chua
[not found] ` <Pine.LNX.4.64.0705072251510.25930-2K9XAwmnW1wYQUuIRqa960M9+F4ksjoh@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Chua @ 2007-05-07 14:52 UTC (permalink / raw)
To: kvm-devel
Avi,
Here's a little patch to silent ...
- sdl-config when SDK is compiled without static library
- texi2html when not found
Thanks,
Jeff
--- kvm/qemu/configure.org 2007-05-07 20:36:59 +0800
+++ kvm/qemu/configure 2007-05-07 20:40:58 +0800
@@ -523,8 +523,8 @@
# static link with sdl ?
if test "$sdl" = "yes" ; then
aa="no"
-`$sdl_config --static-libs | grep \\\-laa > /dev/null` && aa="yes"
-sdl_static_libs=`$sdl_config --static-libs`
+`$sdl_config --static-libs 2>/dev/null | grep \\\-laa > /dev/null` && aa="yes"
+sdl_static_libs=`$sdl_config --static-libs 2>/dev/null`
if [ "$aa" = "yes" ] ; then
sdl_static_libs="$sdl_static_libs `aalib-config --static-libs`"
fi
@@ -567,7 +567,8 @@
fi
# Check if tools are available to build documentation.
-if [ -x "`which texi2html`" ] && [ -x "`which pod2man`" ]; then
+if [ -x "`which texi2html 2>/dev/null`" \
+ -a -x "`which pod2man 2>/dev/null`" ]; then
build_docs="yes"
fi
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] configure qemu
[not found] ` <Pine.LNX.4.64.0705072251510.25930-2K9XAwmnW1wYQUuIRqa960M9+F4ksjoh@public.gmane.org>
@ 2007-05-08 8:47 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2007-05-08 8:47 UTC (permalink / raw)
To: Jeff Chua; +Cc: kvm-devel
Jeff Chua wrote:
> Avi,
>
> Here's a little patch to silent ...
> - sdl-config when SDK is compiled without static library
> - texi2html when not found
>
>
As this is just a cleanup, and not strictly necessary, please post it to
qemu-devel so that we diverge as little as possible from upstream qemu.
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-08 8:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-07 14:52 [PATCH] configure qemu Jeff Chua
[not found] ` <Pine.LNX.4.64.0705072251510.25930-2K9XAwmnW1wYQUuIRqa960M9+F4ksjoh@public.gmane.org>
2007-05-08 8:47 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox