From 2fad8d5994a25aef41bd8fcae5c0881c7a6c3539 Mon Sep 17 00:00:00 2001 From: asavah Date: Tue, 13 Apr 2021 22:16:26 +0300 Subject: [PATCH] utils/alsa.m4: fix the brackets for real --- utils/alsa.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/alsa.m4 b/utils/alsa.m4 index 9b2b4aa5..40e50a19 100644 --- a/utils/alsa.m4 +++ b/utils/alsa.m4 @@ -141,7 +141,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ # error not present #endif exit(0); -]], +]])], [AC_MSG_RESULT(yes) enable_atopology="yes"], [AC_MSG_RESULT(no)]