From 8170f46b6370957f15c5b0a2f88acda8e4ac629f Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 24 Jul 2000 09:32:28 +0000 Subject: [PATCH] Add AC_SIZE_T. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 3a99fea4d2a..827953c6309 100644 --- a/configure.in +++ b/configure.in @@ -2075,6 +2075,9 @@ fi 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" -- 2.39.2