]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/configure.ac
binutils, gdb: support zstd compressed debug sections
[thirdparty/binutils-gdb.git] / gdb / configure.ac
index 215a91c5b278f5fce363e24d1b8e409f9137adf2..fceb80e8c9d782ae94aca4d88286a7075dc6cbed 100644 (file)
@@ -460,8 +460,10 @@ AC_SEARCH_LIBS(gethostbyname, nsl)
 # Some systems (e.g. Solaris) have `socketpair' in libsocket.
 AC_SEARCH_LIBS(socketpair, socket)
 
-# Link in zlib if we can.  This allows us to read compressed debug sections.
+# Link in zlib/zstd if we can.  This allows us to read compressed debug
+# sections.
 AM_ZLIB
+AC_ZSTD
 
 AM_ICONV