From bd62fe5f33e5f02031a324d9282d063eb2dc55dd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 Jul 2008 17:34:29 +0000 Subject: Fix patchage/raul building without jack. git-svn-id: http://svn.drobilla.net/lad/raul@1291 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ba7250e..04af390 100644 --- a/configure.ac +++ b/configure.ac @@ -135,7 +135,7 @@ CFLAGS="$CFLAGS -std=c99 -pipe -fmessage-length=999 -DCONFIG_H_PATH=\\\"$CONFIG_ # 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 "$build_jack" = "yes"; then -- cgit v1.2.1