summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-03-16 18:22:15 +0000
committerDavid Robillard <d@drobilla.net>2008-03-16 18:22:15 +0000
commit2f1463e0f028a2e1fc122242dcffb9595d924a3b (patch)
treedd086e9505415aaf090bc56aaa8a0c54092dc5b4 /configure.ac
parent66493fcf17859a7de6da63f7c780dff1bc743545 (diff)
downloadpatchage-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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
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 ])