# HG changeset patch # User Ryan C. Gordon # Date 1001435369 0 # Node ID 2777e65f647860c19e646a876cfe940271980499 # Parent 72b51548aecabba463fc3fe776b4e23bd0dd0832 Commented out AC_FUNC_MALLOC for now. diff -r 72b51548aeca -r 2777e65f6478 configure.in --- a/configure.in Tue Sep 25 16:27:09 2001 +0000 +++ b/configure.in Tue Sep 25 16:29:29 2001 +0000 @@ -157,7 +157,10 @@ AC_TYPE_SIZE_T # Checks for library functions. -AC_FUNC_MALLOC + +# This is only in the bleeding edge autoconf distro... +#AC_FUNC_MALLOC + AC_FUNC_MEMCMP AC_CHECK_FUNCS([memset strrchr])