mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
8e3595fad0
* Use autotools build for windows * Fix license * Limit subdirs for vpckg build * Update versions * CI [skip actions]
14 lines
321 B
Diff
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];
|