diff configure.in @ 74:2777e65f6478

Commented out AC_FUNC_MALLOC for now.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 25 Sep 2001 16:29:29 +0000
parents 54e10585e0cf
children b939258bd177
line wrap: on
line diff
--- 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])