diff options
Diffstat (limited to 'configure.ac')
-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 ]) |