diff --git a/include/ac/alloca.h b/include/ac/alloca.h index 3f143363d7..6975417419 100644 --- a/include/ac/alloca.h +++ b/include/ac/alloca.h @@ -13,6 +13,9 @@ #ifndef _AC_ALLOCA_H #define _AC_ALLOCA_H +/* + * use of alloca is disallowed as it is machine dependent + */ #error "alloca() not supported, use malloc()" /* AIX requires this to be the first thing in the file. */