1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

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

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])
], [