summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJuan Quintela2009-07-27 16:12:46 +0200
committerAnthony Liguori2009-07-27 21:09:17 +0200
commitef7635eccc2f1e86e81d111481ef29134f9a8c55 (patch)
tree39460853940f690b9ec0122f6518fb6020757f5f /configure
parentremove CONFIG_ from VNC_SASL_{LIBS, FLAGS} (diff)
downloadqemu-ef7635eccc2f1e86e81d111481ef29134f9a8c55.tar.gz
qemu-ef7635eccc2f1e86e81d111481ef29134f9a8c55.tar.xz
qemu-ef7635eccc2f1e86e81d111481ef29134f9a8c55.zip
remove CONFIG_ from BLUEZ_{LIBS,FLAGS}
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 2528b2c446..227a8c790e 100755
--- a/configure
+++ b/configure
@@ -1737,8 +1737,8 @@ if test "$brlapi" = "yes" ; then
fi
if test "$bluez" = "yes" ; then
echo "CONFIG_BLUEZ=y" >> $config_host_mak
- echo "CONFIG_BLUEZ_CFLAGS=$bluez_cflags" >> $config_host_mak
- echo "CONFIG_BLUEZ_LIBS=$bluez_libs" >> $config_host_mak
+ echo "BLUEZ_CFLAGS=$bluez_cflags" >> $config_host_mak
+ echo "BLUEZ_LIBS=$bluez_libs" >> $config_host_mak
echo "#define CONFIG_BLUEZ 1" >> $config_host_h
fi
if test "$xen" = "yes" ; then