utils/alsa.m4: a quick fix for missing end brackets

Fixes: c6e0f24e ("utils/alsa.m4: update for newer autoconf.")
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2021-04-13 20:30:07 +02:00
parent 8f2b64f0d7
commit f9ace404fd

View file

@ -141,7 +141,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
# error not present # error not present
#endif #endif
exit(0); exit(0);
], ]],
[AC_MSG_RESULT(yes) [AC_MSG_RESULT(yes)
enable_atopology="yes"], enable_atopology="yes"],
[AC_MSG_RESULT(no)] [AC_MSG_RESULT(no)]