From b7ffb2dcc3b48e7e636bbdb24ac31299cb6a0fc2 Mon Sep 17 00:00:00 2001 From: nobutaka Date: Sat, 10 Apr 2004 02:03:58 +0000 Subject: Fix build. Reported by: bento via kris --- japanese/uim/files/patch-configure | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 japanese/uim/files/patch-configure (limited to 'japanese') diff --git a/japanese/uim/files/patch-configure b/japanese/uim/files/patch-configure new file mode 100644 index 000000000000..790143b8afce --- /dev/null +++ b/japanese/uim/files/patch-configure @@ -0,0 +1,16 @@ +--- configure.orig Sat Apr 10 10:42:35 2004 ++++ configure Sat Apr 10 10:43:38 2004 +@@ -19195,13 +19195,6 @@ + echo "$as_me: error: perl 5.x required for intltool" >&2;} + { (exit 1); exit 1; }; } + fi +-if `perl -e "require XML::Parser" 2>/dev/null`; then +-: +-else +- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 +-echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;} +- { (exit 1); exit 1; }; } +-fi + + # Remove file type tags (using []) from po/POTFILES. + -- cgit