aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3e7eca240e8..e77e1299c52 100644
--- a/configure.in
+++ b/configure.in
@@ -2667,7 +2667,7 @@ char *alloca ();
2667# endif /* HAVE_ALLOCA_H */ 2667# endif /* HAVE_ALLOCA_H */
2668#endif /* __GNUC__ */ 2668#endif /* __GNUC__ */
2669#ifndef HAVE_SIZE_T 2669#ifndef HAVE_SIZE_T
2670typedef unsigned size_t 2670typedef unsigned size_t;
2671#endif 2671#endif
2672#endif /* NOT_C_CODE */ 2672#endif /* NOT_C_CODE */
2673 2673