summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-07-24 09:32:28 +0000
committerDave Love <fx@gnu.org>2000-07-24 09:32:28 +0000
commit8170f46b6370957f15c5b0a2f88acda8e4ac629f (patch)
treec5599c01a5affae75c2a4a47f403ce618534d1ed /configure.in
parentad9534859721d7d8381d2c0fb73533d3cf7e60cd (diff)
downloademacs-8170f46b6370957f15c5b0a2f88acda8e4ac629f.tar.gz
Add AC_SIZE_T.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
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"