From: asavah Date: Tue, 13 Apr 2021 19:16:26 +0000 (+0300) Subject: utils/alsa.m4: another quick fix for the brackets X-Git-Tag: v1.2.5~46 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e4aed044f9916d7f4d7d983797c5952f519e627d;p=alsa-lib.git 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 --- 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)]