summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 86e77a2..ae34a3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,8 +103,8 @@ CFLAGS="$CFLAGS -std=c99 -pipe -fmessage-length=999 -DCONFIG_H_PATH=\\\"$CONFIG_
# Jack D-Bus support
build_jack_dbus="no"
AC_ARG_ENABLE(dbus,
- [AS_HELP_STRING(--enable-dbus, [Use Jack D-Bus instead of libjack])],
- [ if test x$enable_dbus = xyes ; then build_jack_dbus=yes ; fi ])
+ [AS_HELP_STRING(--enable-jack-dbus, [Use Jack D-Bus instead of libjack])],
+ [ if test x$enable_jack_dbus = xyes ; then build_jack_dbus=yes ; fi ])
if test "x$build_jack_dbus" = "xyes"; then
PKG_CHECK_MODULES(DBUS, dbus-glib-1, [build_jack_dbus="yes"], [build_jack_dbus="no"])
if test "x$build_jack_dbus" = "xyes"; then