summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJuan Quintela2009-07-27 16:12:58 +0200
committerAnthony Liguori2009-07-27 21:09:20 +0200
commit2341f9a1adb42c8c1049ac63bd26fe8d6b0368c1 (patch)
treede14f0256ac534e7935dca4e835a681cc8589acf /configure
parentdefine MAP_ANONYMOUS if it is not defined in qemu-common.h (diff)
downloadqemu-2341f9a1adb42c8c1049ac63bd26fe8d6b0368c1.tar.gz
qemu-2341f9a1adb42c8c1049ac63bd26fe8d6b0368c1.tar.xz
qemu-2341f9a1adb42c8c1049ac63bd26fe8d6b0368c1.zip
rename HAVE_PREADV to CONFIG_PREADV
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c9f6ac9b81..41889f7b4b 100755
--- a/configure
+++ b/configure
@@ -1736,7 +1736,7 @@ if test "$iovec" = "yes" ; then
echo "#define HAVE_IOVEC 1" >> $config_host_h
fi
if test "$preadv" = "yes" ; then
- echo "#define HAVE_PREADV 1" >> $config_host_h
+ echo "#define CONFIG_PREADV 1" >> $config_host_h
fi
if test "$fdt" = "yes" ; then
echo "CONFIG_FDT=y" >> $config_host_mak