X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=config%2Famanda%2Fswig.m4;h=483306d917d8dd6e06edf995cdf6d898e4a3af7f;hb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;hp=dadfc890837a79fa33f7d8695aec7955beb49044;hpb=fb2bd066c2f8b34addafe48d62550e3033a59431;p=debian%2Famanda diff --git a/config/amanda/swig.m4 b/config/amanda/swig.m4 index dadfc89..483306d 100644 --- a/config/amanda/swig.m4 +++ b/config/amanda/swig.m4 @@ -17,6 +17,11 @@ AC_DEFUN([AMANDA_SETUP_SWIG], # If we want cygwin to copy ddl to modules directory. WANT_CYGWIN_COPY_PERL_DLL="false" + # test for ExtUtils::Embed + AC_PERL_MODULE_VERSION([ExtUtils::Embed 0.0], [], [ + AC_MSG_ERROR([*** Amanda requires the perl package ExtUtils::Embed to build its perl modules]) + ]) + # get the include path for building perl extensions PERL_INC=`$PERL -MExtUtils::Embed -e perl_inc` AC_SUBST(PERL_INC)