diff options
author | David Robillard <d@drobilla.net> | 2008-03-16 18:22:15 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-03-16 18:22:15 +0000 |
commit | 2f1463e0f028a2e1fc122242dcffb9595d924a3b (patch) | |
tree | dd086e9505415aaf090bc56aaa8a0c54092dc5b4 | |
parent | 66493fcf17859a7de6da63f7c780dff1bc743545 (diff) | |
download | patchage-2f1463e0f028a2e1fc122242dcffb9595d924a3b.tar.gz patchage-2f1463e0f028a2e1fc122242dcffb9595d924a3b.tar.bz2 patchage-2f1463e0f028a2e1fc122242dcffb9595d924a3b.zip |
Fix configure.ac oops.
git-svn-id: http://svn.drobilla.net/lad/patchage@1171 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 18e201f..d097e4a 100644 --- a/configure.ac +++ b/configure.ac @@ -113,6 +113,7 @@ if test "x$build_jack_dbus" = "xyes"; then fi # Jack support +build_jack="yes" AC_ARG_ENABLE(enable-jack, [AS_HELP_STRING(--enable-jack, [Enable Jack support (yes)])], [ if test x$enable_jack = xno ; then build_jack=no ; fi ]) |