aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-12-14 11:02:27 +0800
committerChris Toshok <toshok@src.gnome.org>2001-12-14 11:02:27 +0800
commitf6c13cdb84976db634182f4f32606ce638f66074 (patch)
treead8947f012b10ff285da4e87a4e83d93d41bbd47 /configure.in
parent5ebc441eaa1fb3d50b27a203ee3b4fbce5668cb1 (diff)
downloadgsoc2013-evolution-f6c13cdb84976db634182f4f32606ce638f66074.tar
gsoc2013-evolution-f6c13cdb84976db634182f4f32606ce638f66074.tar.gz
gsoc2013-evolution-f6c13cdb84976db634182f4f32606ce638f66074.tar.bz2
gsoc2013-evolution-f6c13cdb84976db634182f4f32606ce638f66074.tar.lz
gsoc2013-evolution-f6c13cdb84976db634182f4f32606ce638f66074.tar.xz
gsoc2013-evolution-f6c13cdb84976db634182f4f32606ce638f66074.tar.zst
gsoc2013-evolution-f6c13cdb84976db634182f4f32606ce638f66074.zip
check for alloca.h.
2001-12-13 Chris Toshok <toshok@ximian.com> * configure.in: check for alloca.h. svn path=/trunk/; revision=15032
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
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