mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
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:
parent
8f2b64f0d7
commit
f9ace404fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue