mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
zsh-workers/8241
This commit is contained in:
parent
3af795d1fe
commit
39d3ea13c1
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ fi
|
|||
dnl Checking if the compiler supports variable-length arrays
|
||||
AC_CACHE_CHECK(if the compiler supports variable-length arrays,
|
||||
zsh_cv_c_variable_length_arrays,
|
||||
[AC_TRY_COMPILE([int foo();], [int i[foo()];],
|
||||
[AC_TRY_COMPILE([int foo(), n;], [int i[foo()], a[n+1];],
|
||||
zsh_cv_c_variable_length_arrays=yes,
|
||||
zsh_cv_c_variable_length_arrays=no)])
|
||||
if test $zsh_cv_c_variable_length_arrays = yes; then
|
||||
|
|
Loading…
Reference in a new issue