From a238380664772d55933351aaa55c883a78e3f627 Mon Sep 17 00:00:00 2001 From: wilson Date: Sat, 20 Dec 2003 01:30:23 +0000 Subject: 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 --- gcc/configure.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/configure.in') 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 # -------------------------------------------------------- -- cgit v1.2.1