aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 06:05:39 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 06:05:39 +0000
commit255c3d977e125d775f7e7ab9b44d681c33d31183 (patch)
tree6dbdb9e3f0163244d791c8958af48f1dcedd4a29 /configure.ac
parent50dcd9da22086b9a62fa31a824e2fca3c2cab902 (diff)
downloadruby-255c3d977e125d775f7e7ab9b44d681c33d31183.tar.gz
Revert "support compressed debug_line"
This reverts commit r64328 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 30d6afa9ce..358acbe261 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2451,9 +2451,6 @@ AS_IF([test "$rb_cv_binary_elf" = yes], [
AC_CHECK_HEADERS([elf.h elf_abi.h])
AS_IF([test $ac_cv_header_elf_h = yes -o $ac_cv_header_elf_abi_h = yes], [
AC_LIBOBJ([addr2line])
- AS_IF([test "x$compress_debug_sections" = xzlib], [
- AC_CHECK_LIB([z], [uncompress])
- ])
])
])