From: Matthew Fernandez Date: Tue, 25 May 2021 02:07:28 +0000 (-0700) Subject: remove commented out code in Autotools Perl detection X-Git-Tag: 2.47.3~22^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=614456e621967a55e8f356f3b4dc256412cb2d57;p=graphviz remove commented out code in Autotools Perl detection --- diff --git a/configure.ac b/configure.ac index 214f6bd96..d653f6c2e 100644 --- a/configure.ac +++ b/configure.ac @@ -1117,13 +1117,6 @@ else use_perl="No (missing header)" PERL= ]) -# save_LDFLAGS=$LDFLAGS -# LDFLAGS="$LDFLAGS $PERL_LIBS" -# AC_CHECK_LIB(perl,main,,[ -# use_perl="No (missing library)" -# PERL= -# ]) -# LDFLAGS=$save_LDFLAGS CPPFLAGS=$save_CPPFLAGS fi if test "x$PERL" != "x"; then