libctf: remove unnecessary zstd constructs
authorIndu Bhagat <indu.bhagat@oracle.com>
Mon, 12 Dec 2022 18:41:06 +0000 (10:41 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Mon, 12 Dec 2022 18:53:39 +0000 (10:53 -0800)
commitf5b6601dae0ad2cb90952c16beac8a762915ee48
tree86f25db8f27ba8eaa89b4d163bfcf5b96d5c445c
parentc6c1fccd8f53b2129830a51cd1b6d91ba7e98f1d
libctf: remove unnecessary zstd constructs

This patch is essentially a revert of
commit-id: 8818c80cbd4116ef5af171ec47c61167179e225c
(libctf: Add ZSTD_LIBS to LIBS so that ac_cv_libctf_bfd_elf can be true)

As the specific configure check now uses libtool, this explicit mention of the
dependency $ZSTD_LIBS is not needed anymore.

ChangeLog:

* libctf/Makefile.in: Regenerated.
* libctf/aclocal.m4: Likewise.
* libctf/config.h.in: Likewise.
* libctf/configure: Likewise.
* libctf/configure.ac: Remove ZSTD_LIBS from LIBS.  Cleanup
unused AC_ZSTD.
libctf/Makefile.in
libctf/aclocal.m4
libctf/config.h.in
libctf/configure
libctf/configure.ac