# HG changeset patch # User Dave Love # Date 964431148 0 # Node ID bcc6b338d8bf7568b4fd6498efeadb9ec3ce1961 # Parent cbb8dfde490d19c7b0e113cc00ba906b625df221 Add AC_SIZE_T. diff -r cbb8dfde490d -r bcc6b338d8bf configure.in --- 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"