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:
parent
9f1444a8a5
commit
9c42f93693
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
], [
|
||||
|
|
Loading…
Reference in a new issue