From d086e5fed249f351359c74e1289b03571fd30087 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Mar 2008 17:09:12 +0000 Subject: --enable-dbus => --enable-jack-dbus git-svn-id: http://svn.drobilla.net/lad/patchage@1169 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 4 ++-- 1 file 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 -- cgit v1.2.1