summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-10-22 17:49:11 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-30 08:39:28 -0500
commitdffcb71cb51511994ce179472413060c023f2da5 (patch)
tree38fed887878c8e8bbe951af85560bdbb9357d08a /configure
parent88b3ec02b2b17871cd21be1e7588489636f3bebb (diff)
downloadqemu-dffcb71cb51511994ce179472413060c023f2da5.tar.gz
build: add CONFIG_LINUX
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 6b4faf6e76..b9fc32bee2 100755
--- 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