search for: has_var_arrays

Displaying 1 result from an estimated 1 matches for "has_var_arrays".

2013 Nov 27
2
non-standard alloca.h
...uIBce3spqdeR5Npsj/A1cz5sxpwxINyAfPgjJB7QiysU= =Zjgt -----END PGP SIGNATURE----- -------------- next part -------------- --- opus-1.1-beta/configure.ac.orig 2013-07-31 06:27:54.930255200 +0000 +++ opus-1.1-beta/configure.ac 2013-07-31 06:28:56.746104800 +0000 @@ -99,9 +99,13 @@ AS_IF([test "$has_var_arrays" = "no"], [ AC_CHECK_HEADERS([alloca.h]) + AC_CHECK_HEADERS([malloc.h]) AC_MSG_CHECKING(for alloca) - AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <alloca.h>]], + AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#ifdef HAVE_ALLOCA_H +...