Imported Upstream version 2.6.1
[debian/amanda] / config / amanda / swig.m4
index dadfc890837a79fa33f7d8695aec7955beb49044..483306d917d8dd6e06edf995cdf6d898e4a3af7f 100644 (file)
@@ -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)