about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-01-05T18·30-0500
committerJohn Ericson <git@JohnEricson.me>2019-01-05T18·30-0500
commit318153f4c27973b6c16e83ba284f552b3f1fb0ce (patch)
treea44bee1878e0adc4e12a71d57a048c47fcaa2e54
parentff342fc0c2be662dd9791ff32b4d6d63e35aa2e9 (diff)
Remove dead code computing `dynlib_suffix` from comfigure.ac
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 85fec77a29c9..25891954715d 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