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
commitd3b9e841d911512af47e75723999c5a118b437ef (patch)
tree4a27c5380c23b109ae1a8917c89ad4e763ecc370 /configure.ac
parent404474a515a5241e73a58586e577cee3c2030460 (diff)
downloadingen-d3b9e841d911512af47e75723999c5a118b437ef.tar.gz
ingen-d3b9e841d911512af47e75723999c5a118b437ef.tar.bz2
ingen-d3b9e841d911512af47e75723999c5a118b437ef.zip
Fix patchage/raul building without jack.
git-svn-id: http://svn.drobilla.net/lad/ingen@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 829483ec..636adb2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -130,7 +130,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