summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-07-10 17:34:29 +0000
committerDavid Robillard <d@drobilla.net>2008-07-10 17:34:29 +0000
commitbd62fe5f33e5f02031a324d9282d063eb2dc55dd (patch)
tree17182b98a06fd2df1b6318698da155e7554f0fd6 /configure.ac
parentfb29a1ae26db3798a25841cc66d59ec54a1894a9 (diff)
downloadraul-bd62fe5f33e5f02031a324d9282d063eb2dc55dd.tar.gz
raul-bd62fe5f33e5f02031a324d9282d063eb2dc55dd.tar.bz2
raul-bd62fe5f33e5f02031a324d9282d063eb2dc55dd.zip
Fix patchage/raul building without jack.
git-svn-id: http://svn.drobilla.net/lad/raul@1291 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ba7250e..04af390 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,7 @@ CFLAGS="$CFLAGS -std=c99 -pipe -fmessage-length=999 -DCONFIG_H_PATH=\\\"$CONFIG_
# Jack support
build_jack="yes"
-AC_ARG_ENABLE(enable-jack,
+AC_ARG_ENABLE(jack,
[AS_HELP_STRING(--enable-jack, [Enable Jack support (yes)])],
[ if test x$enable_jack = xno ; then build_jack=no ; fi ])
if test "$build_jack" = "yes"; then