summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 8719aff1..a55db41a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -149,10 +149,10 @@ else:
dbuslibs = ["dbus"]
if not config.CheckLib('libbluez'):
- confdefs.append("/* #undef HAVE_BLUEZ */\n\n")
+ confdefs.append("/* #undef HAVE_LIBBLUEZ */\n\n")
bluezlibs = []
else:
- confdefs.append("#define HAVE_BLUEZ 1\n\n")
+ confdefs.append("#define HAVE_LIBBLUEZ 1\n\n")
bluezlibs = ["bluez"]
sys.stdout.writelines(confdefs)