diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a80f12aab..c57677b72 100644 --- a/configure.ac +++ b/configure.ac @@ -1488,8 +1488,8 @@ dnl ARTS support dnl --------------------------------------------- AC_ARG_WITH([arts], - AS_HELP_STRING([--without-arts], [Build without ARTS audio output]), - [with_arts=$withval], [with_arts=yes]) + AS_HELP_STRING([--with-arts], [Build with ARTS audio output]), + [with_arts=$withval], [with_arts=no]) if test "x$with_arts" = "xyes"; then AM_PATH_ARTS(0.9.5, |
