summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-03-16 17:09:12 +0000
committerDavid Robillard <d@drobilla.net>2008-03-16 17:09:12 +0000
commitd086e5fed249f351359c74e1289b03571fd30087 (patch)
treed9e135ef62b15e555ee0f2aa55f2a74a77a518a5
parentbd1705d2c595cd93d17f582171067cde162390d2 (diff)
downloadpatchage-d086e5fed249f351359c74e1289b03571fd30087.tar.gz
patchage-d086e5fed249f351359c74e1289b03571fd30087.tar.bz2
patchage-d086e5fed249f351359c74e1289b03571fd30087.zip
--enable-dbus => --enable-jack-dbus
git-svn-id: http://svn.drobilla.net/lad/patchage@1169 a436a847-0d15-0410-975c-d299462d15a1
-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