mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-20 01:40:08 -05:00
utils/alsa.m4: another quick fix for the brackets
BugLink: https://github.com/alsa-project/alsa-lib/pull/133 From: asavah <asavah@avh.od.ua> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
f9ace404fd
commit
e4aed044f9
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