There's some mistakes in commit 8fd5d3f8d4c493c9ff533c7715554e26be48b1ba: > -AC_FUNC_MEMCMP
You should delete file src/memcmp.c too. > -/* Define to 1 if you have `alloca', as a function or macro. */ > -#undef HAVE_ALLOCA > - > -/* Define to 1 if you have <alloca.h> and it should be used (not on > Ultrix). > - */ > -#undef HAVE_ALLOCA_H > - This part should not be deleted. alloca.h is provided by libc and it's checked in configure and in various src/*.c files. My patch did not include this chunk.
