1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 11:53:59 +02:00
openwrt-packages/libs/intltool/patches/100-optional-perl-xml-parser.patch
Rosen Penev ee1693b84c intltool: Update to 0.51
Upstream has moved. @GNOME only has old versions.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-01 18:34:08 -07:00

23 lines
698 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_MSG_CHECKING([for XML::Parser])
if `$PERL -e "require XML::Parser" 2>/dev/null`; then
AC_MSG_RESULT([ok])
else
- AC_MSG_ERROR([XML::Parser perl module is required for intltool])
+ AC_MSG_RESULT([XML::Parser perl module is required for intltool])
fi
AC_PATH_PROG(BZR, bzr)
--- a/intltool.m4
+++ b/intltool.m4
@@ -148,7 +148,7 @@ if test "x$2" != "xno-xml"; then
if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
AC_MSG_RESULT([ok])
else
- AC_MSG_ERROR([XML::Parser perl module is required for intltool])
+ AC_MSG_RESULT([XML::Parser perl module is required for intltool])
fi
fi