Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2005-06-23 02:00:04 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-06-23 02:00:04 +0400
commit6e85cb6927fce41260bb1d3b4d71a8427f7191ea (patch)
tree7aa6937def8b2011c0866c8b4bc07634cdda9ffe /configure.in
parent3e36eb6fa8f1abea55b1fd6716aef264f4c0d672 (diff)
Add check for libunwin
svn path=/trunk/mono/; revision=46400
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ab98b0b008a..1121d4c9abd 100644
--- a/configure.in
+++ b/configure.in
@@ -1385,6 +1385,8 @@ case "$host" in
ACCESS_UNALIGNED="no"
JIT_SUPPORTED=yes
jit_wanted=true
+ AC_CHECK_LIB(unwind, _U_dyn_register, [], [AC_MSG_ERROR(library libunwind not found)])
+
;;
sparc*-*-*)
if test "x$ac_cv_sizeof_void_p" = "x8"; then