diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ecd9f48..ccddd6a 100644 --- a/configure.ac +++ b/configure.ac @@ -114,7 +114,7 @@ fi # 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 "x$build_jack" = "xyes"; then |