Build: Fix underquoted AC_LANG_SOURCE.

It made no practical difference in this case.
This commit is contained in:
Lasse Collin 2023-09-26 13:51:31 +03:00
parent 9f1444a8a5
commit 9c42f93693
1 changed files with 1 additions and 1 deletions

View File

@ -1130,7 +1130,7 @@ AS_IF([test "$GCC" = yes], [
OLD_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $NEW_FLAG -Werror"
AC_COMPILE_IFELSE([AC_LANG_SOURCE(
[void foo(void); void foo(void) { }])], [
[[void foo(void); void foo(void) { }]])], [
AM_CFLAGS="$AM_CFLAGS $NEW_FLAG"
AC_MSG_RESULT([yes])
], [