Mercurial > emacs
changeset 30393:bcc6b338d8bf
Add AC_SIZE_T.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 24 Jul 2000 09:32:28 +0000 |
parents | cbb8dfde490d |
children | 557b7595fdcc |
files | configure.in |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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"