[ 
https://issues.apache.org/jira/browse/TS-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13736140#comment-13736140
 ] 

Leif Hedstrom commented on TS-2129:
-----------------------------------

Can we use this in our autoconf code? 

http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_prog_perl_modules.m4

E.g.

{code}

AX_PROG_PERL_MODULES([ExtUtils::MakeMaker], AM_CONDITIONAL([BUILD_PERL_LIB], 
[true]),
                                            AM_CONDITIONAL([BUILD_PERL_LIB], 
[false])
)
{code}
                
> Check for Perl MakeMaker module
> -------------------------------
>
>                 Key: TS-2129
>                 URL: https://issues.apache.org/jira/browse/TS-2129
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 3.5.0
>
>
> If the ExtUtils::MakeMaker module isn't installed, we shouldn't try to build 
> and install the Perl library extensions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to