From 318153f4c27973b6c16e83ba284f552b3f1fb0ce Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sat, 5 Jan 2019 13:30:42 -0500 Subject: [PATCH] Remove dead code computing `dynlib_suffix` from comfigure.ac --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 85fec77a2..258919547 100644 --- a/configure.ac +++ b/configure.ac @@ -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