From: Dave Love Date: Mon, 24 Jul 2000 09:32:28 +0000 (+0000) Subject: Add AC_SIZE_T. X-Git-Tag: emacs-pretest-21.0.90~2672 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8170f46b6370957f15c5b0a2f88acda8e4ac629f;p=emacs.git Add AC_SIZE_T. --- 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"