aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-27 17:52:36 -0500
committermegamage <none@none>2009-06-27 17:52:36 -0500
commitb9029be234312b1a4ae1c4b7d89641d49eff91aa (patch)
tree1e50b78b9f3c2dd97e4f2658e1839c97009ad837 /configure.ac
parent7c8f37abeac9e0dee04ad76a38d668d702c023fd (diff)
[8079] Fixed build errors at use old ACE versions (without ace/Stack_Trace.h). Author: VladimirMangos
*I am not sure if something needs to be done for cmake. --HG-- branch : trunk
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bd2b492ebeb..8393e9bf81d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,6 +280,8 @@ fi
AM_CONDITIONAL([TRI_BUILD_ACE], [test X$tri_need_to_build_ace = Xyes])
+# old ace versions not have ace/Stack_Trace.h
+AC_CHECK_HEADERS([ace/Stack_Trace.h])
## Unify all additional includes/libs in one variable.
# TODO this looks kinda ugly, but when we add m4 folder I will make it look very pritey ( by Derex ).