]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/configure.ac
binutils, gdb: support zstd compressed debug sections
[thirdparty/binutils-gdb.git] / binutils / configure.ac
index 0798d84f4d14041db8becd1a0a8feba888564d51..9b75396d07e58c2bdd2d2e0acc8daad5e5697ee9 100644 (file)
@@ -265,10 +265,11 @@ fi
 
 AC_CHECK_DECLS([asprintf, environ, getc_unlocked, stpcpy, strnlen])
 
-# Link in zlib if we can.  This allows us to read compressed debug
+# Link in zlib/zstd if we can.  This allows us to read compressed debug
 # sections.  This is used only by readelf.c (objdump uses bfd for
 # reading compressed sections).
 AM_ZLIB
+AC_ZSTD
 
 BFD_BINARY_FOPEN