You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
698 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -27,7 +27,7 @@ AC_MSG_CHECKING([for XML::Parser])
  4. if `$PERL -e "require XML::Parser" 2>/dev/null`; then
  5. AC_MSG_RESULT([ok])
  6. else
  7. - AC_MSG_ERROR([XML::Parser perl module is required for intltool])
  8. + AC_MSG_RESULT([XML::Parser perl module is required for intltool])
  9. fi
  10. AC_PATH_PROG(BZR, bzr)
  11. --- a/intltool.m4
  12. +++ b/intltool.m4
  13. @@ -148,7 +148,7 @@ if test "x$2" != "xno-xml"; then
  14. if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
  15. AC_MSG_RESULT([ok])
  16. else
  17. - AC_MSG_ERROR([XML::Parser perl module is required for intltool])
  18. + AC_MSG_RESULT([XML::Parser perl module is required for intltool])
  19. fi
  20. fi