diff options
author | David Robillard <d@drobilla.net> | 2008-07-10 17:34:29 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-07-10 17:34:29 +0000 |
commit | d3b9e841d911512af47e75723999c5a118b437ef (patch) | |
tree | 4a27c5380c23b109ae1a8917c89ad4e763ecc370 | |
parent | 404474a515a5241e73a58586e577cee3c2030460 (diff) | |
download | ingen-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
-rw-r--r-- | configure.ac | 2 |
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 |