vcpkg/ports/speex/fix-vla-check.patch
Kai Pastor 8e3595fad0
[speex] Use native autotools for all triplets (#26502)
* Use autotools build for windows

* Fix license

* Limit subdirs for vpckg build

* Update versions

* CI [skip actions]
2022-09-09 12:08:05 -07:00

14 lines
321 B
Diff

diff --git a/configure.ac b/configure.ac
index d94c2fe..b813148 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_C_RESTRICT
AC_MSG_CHECKING(for C99 variable-size arrays)
-+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[
+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[
int foo;
foo = 10;
int array[foo];