diff configure.in @ 464:c634b705f24b HEAD

Removed several useless handers of printf_string_upper_bound(), and added a few configure checks it required. That function could use a better audit.. Also stdlib.h was missing from failures.c for some reason..
author Timo Sirainen <tss@iki.fi>
date Sun, 20 Oct 2002 06:15:16 +0300
parents b66ccecbc8a6
children 83d4617e1dca
line wrap: on
line diff
--- a/configure.in	Sun Oct 20 05:53:01 2002 +0300
+++ b/configure.in	Sun Oct 20 06:15:16 2002 +0300
@@ -142,6 +142,7 @@
 
 AC_CHECK_SIZEOF(int)
 AC_CHECK_SIZEOF(long)
+AC_CHECK_SIZEOF(void *)
 AC_CHECK_SIZEOF(long long)
 
 dnl * older autoconfs don't include sys/types.h, so do it manually