qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH trivial] configure: explicitly disable virtfs if softmmu=no
@ 2013-06-10 20:47 Michael Tokarev
  2013-06-10 20:57 ` Michael Tokarev
  2013-06-10 21:45 ` Peter Maydell
  0 siblings, 2 replies; 13+ messages in thread
From: Michael Tokarev @ 2013-06-10 20:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, M. Mohan Kumar, Michael Tokarev

Or else

 ./configure --disable-system --enable-virtfs

(which makes no sense by its own but does not error out)
will fail to build, because it will define CONFIG_VIRTFS,
and the makefile will try to build virtfs-proxy-helper
manpage (but not the executable).

Cc: qemu-trivial@nongnu.org
Cc: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 configure |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index a3f0b7a..0ff0380 100755
--- a/configure
+++ b/configure
@@ -3423,6 +3423,8 @@ if test "$softmmu" = yes ; then
       tools="qemu-ga\$(EXESUF) $tools"
     fi
   fi
+else
+  virtfs=no
 fi
 
 # Mac OS X ships with a broken assembler
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-06-12  5:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-10 20:47 [Qemu-devel] [PATCH trivial] configure: explicitly disable virtfs if softmmu=no Michael Tokarev
2013-06-10 20:57 ` Michael Tokarev
2013-06-11  9:22   ` M. Mohan Kumar
2013-06-11  9:24     ` Peter Maydell
2013-06-11  9:47     ` Michael Tokarev
2013-06-10 21:45 ` Peter Maydell
2013-06-11 12:29   ` Michael Tokarev
2013-06-11 15:01     ` Peter Maydell
2013-06-11 17:23       ` M. Mohan Kumar
2013-06-11 18:19         ` Michael Tokarev
2013-06-11 19:21           ` Peter Maydell
2013-06-11 19:55             ` Michael Tokarev
2013-06-12  5:26           ` M. Mohan Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).