From 2f1463e0f028a2e1fc122242dcffb9595d924a3b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Mar 2008 18:22:15 +0000 Subject: Fix configure.ac oops. git-svn-id: http://svn.drobilla.net/lad/patchage@1171 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 ]) -- cgit v1.2.1