]> git.alsa-project.org Git - alsa-lib.git/commitdiff
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 f289ec42ddbdff3cda7309f3a93cd179485ff0c8..9b2b4aa54295966ad2061d58741db2d90858a88c 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)]