OSDN Git Service

utils/alsa.m4: a quick fix for missing end brackets
authorJaroslav Kysela <perex@perex.cz>
Tue, 13 Apr 2021 18:30:07 +0000 (20:30 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 13 Apr 2021 18:30:20 +0000 (20:30 +0200)
Fixes: c6e0f24e ("utils/alsa.m4: update for newer autoconf.")
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
utils/alsa.m4

index f289ec4..9b2b4aa 100644 (file)
@@ -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)]