From e4aed044f9916d7f4d7d983797c5952f519e627d Mon Sep 17 00:00:00 2001 From: asavah Date: Tue, 13 Apr 2021 22:16:26 +0300 Subject: [PATCH] utils/alsa.m4: another quick fix for the brackets BugLink: https://github.com/alsa-project/alsa-lib/pull/133 From: asavah Signed-off-by: Jaroslav Kysela --- 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)] -- 2.47.1