aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-08-14 13:25:22 +0200
committerTobias Brunner <tobias@strongswan.org>2009-08-14 13:25:22 +0200
commit8b6a5ce5ba297a84058161ad01e9cf6abfdf71a3 (patch)
treecf6fea1b36a19285ab60996af063e4ade37b2760 /configure.in
parent12a699c58decabaa89a83dc53a6f308138c23783 (diff)
downloadstrongswan-8b6a5ce5ba297a84058161ad01e9cf6abfdf71a3.tar.bz2
strongswan-8b6a5ce5ba297a84058161ad01e9cf6abfdf71a3.tar.xz
We need to include alloca.h on OpenSolaris.
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 666bcff04..709829423 100644
--- a/configure.in
+++ b/configure.in
@@ -844,6 +844,7 @@ dnl check required libraries and header files
dnl ===========================================
AC_HEADER_STDBOOL
+AC_FUNC_ALLOCA
dnl libraries needed on some platforms but not on others
dnl ====================================================