]> git.proxmox.com Git - qemu.git/commitdiff
build: add CONFIG_LINUX
authorMark McLoughlin <markmc@redhat.com>
Thu, 22 Oct 2009 16:49:11 +0000 (17:49 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 30 Oct 2009 13:39:28 +0000 (08:39 -0500)
So I can add a tap-linux.c and use CONFIG_LINUX to pull it in
in Makefile

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure

index 6b4faf6e768d5965e535ab12c18b007302cb321d..b9fc32bee28d514168805e5bf7c540247ada7971 100755 (executable)
--- a/configure
+++ b/configure
@@ -1897,6 +1897,10 @@ else
   echo "CONFIG_POSIX=y" >> $config_host_mak
 fi
 
+if test "$linux" = "yes" ; then
+  echo "CONFIG_LINUX=y" >> $config_host_mak
+fi
+
 if test "$darwin" = "yes" ; then
   echo "CONFIG_DARWIN=y" >> $config_host_mak
 fi