Remove dead code computing `dynlib_suffix` from comfigure.ac

This commit is contained in:
John Ericson 2019-01-05 13:30:42 -05:00
parent ff342fc0c2
commit 318153f4c2
1 changed files with 0 additions and 5 deletions

View File

@ -253,11 +253,6 @@ if test "$(uname)" = "Darwin"; then
fi
# Figure out the extension of dynamic libraries.
eval dynlib_suffix=$shrext_cmds
AC_SUBST(dynlib_suffix)
# Do we have GNU tar?
AC_MSG_CHECKING([if you have a recent GNU tar])
if $tar --version 2> /dev/null | grep -q GNU && tar cvf /dev/null --warning=no-timestamp ./config.log > /dev/null; then