summaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-20 01:30:23 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-20 01:30:23 +0000
commita238380664772d55933351aaa55c883a78e3f627 (patch)
treecf48e1447f73567175b576ec31b024f79439350f /gcc/configure.in
parent7f36193dcc7f0e7084928b4a978becfad78cdcea (diff)
downloadgcc-a238380664772d55933351aaa55c883a78e3f627.tar.gz
Drop test for libunwind 0.95 and earlier.
* configure.in: Delete libunwind_has_eh_support test. * configure: Regenerate. * config.gcc (ia64*-*-linux*): Delete reference to t-libunwind-no-eh and libunwind_has_eh_support check. * config/t-libunwind-no-eh: Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74865 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index 1c2efa64348..2db544215c0 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -957,8 +957,6 @@ use_libunwind_exceptions=$use_libunwind_default)
if test x"$use_libunwind_exceptions" = xyes; then
AC_DEFINE(USE_LIBUNWIND_EXCEPTIONS, 1,
[Define if gcc should use -lunwind.])
- AC_CHECK_LIB(unwind, _Unwind_Resume, libunwind_has_eh_support=yes,
- libunwind_has_eh_support=no)
fi
# --------------------------------------------------------