diff configure.in @ 30393:bcc6b338d8bf

Add AC_SIZE_T.
author Dave Love <fx@gnu.org>
date Mon, 24 Jul 2000 09:32:28 +0000
parents a3f30480694a
children 132287a7c6d3
line wrap: on
line diff
--- a/configure.in	Mon Jul 24 00:50:10 2000 +0000
+++ b/configure.in	Mon Jul 24 09:32:28 2000 +0000
@@ -2075,6 +2075,9 @@
 
 AC_FUNC_VFORK
 
+# Fixme: This should be replaced when we have autoconf 2.14.
+AC_SIZE_T
+
 # Set up the CFLAGS for real compilation, so we can substitute it.
 CFLAGS="$REAL_CFLAGS"
 CPPFLAGS="$REAL_CPPFLAGS"