aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ea968dc50..ea5539987f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-13 Chris Toshok <toshok@ximian.com>
+
+ * configure.in: check for alloca.h.
+
2001-12-12 Ettore Perazzoli <ettore@ximian.com>
[Fix #16358, No man page for Evolution.]
diff --git a/configure.in b/configure.in
index 1bbf90401c..a4abf735e6 100644
--- a/configure.in
+++ b/configure.in
@@ -113,6 +113,7 @@ GNOME_INIT()
GNOME_COMPILE_WARNINGS
GNOME_X_CHECKS
EVO_CHECK_LIB(gnome-libs, gnome, 1.2.9)
+AC_CHECK_HEADERS(alloca.h)
ALL_LINGUAS="az bg ca da de el en_AU en_GB es fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_TW"
AM_GNOME_GETTEXT