mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
Fix logic thinko.
This commit is contained in:
parent
c65d3a9fb0
commit
1b20d287b9
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ dnl Check whether to build tests by default (as compile-test) or not
|
||||||
AC_ARG_ENABLE([default-build-tests],
|
AC_ARG_ENABLE([default-build-tests],
|
||||||
AS_HELP_STRING([--disable-default-build-tests], [Build test programs only during make check]))
|
AS_HELP_STRING([--disable-default-build-tests], [Build test programs only during make check]))
|
||||||
|
|
||||||
AM_CONDITIONAL([BUILD_TESTS_DEFAULT], [test "x$enable_default_build_tests" = "xno"])
|
AM_CONDITIONAL([BUILD_TESTS_DEFAULT], [test "x$enable_default_build_tests" != "xno"])
|
||||||
|
|
||||||
# Native atomic operation support
|
# Native atomic operation support
|
||||||
AC_ARG_ENABLE([atomic-arm-linux-helpers],
|
AC_ARG_ENABLE([atomic-arm-linux-helpers],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue