aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-07-27 16:12:59 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-27 14:09:20 -0500
commit6114fdb0c582bbf139bc6b4545552cc6223d3c8b (patch)
treeb45dcf8e6d1b03dccf369c1bce692ec7d024dff2 /configure
parent2341f9a1adb42c8c1049ac63bd26fe8d6b0368c1 (diff)
rename HAVE_IOVEC to CONFIG_IOVEC
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 41889f7b4b..99a533768f 100755
--- a/configure
+++ b/configure
@@ -1733,7 +1733,7 @@ if test "$blobs" = "yes" ; then
echo "INSTALL_BLOBS=yes" >> $config_host_mak
fi
if test "$iovec" = "yes" ; then
- echo "#define HAVE_IOVEC 1" >> $config_host_h
+ echo "#define CONFIG_IOVEC 1" >> $config_host_h
fi
if test "$preadv" = "yes" ; then
echo "#define CONFIG_PREADV 1" >> $config_host_h