diff -u pcb-4.2.0.orig/configure pcb-4.2.0.new/configure
old
|
new
|
|
11925 | 11924 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5 |
11926 | 11925 | $as_echo "$IT_PERL_VERSION" >&6; } |
11927 | 11926 | fi |
11928 | | if test "x" != "xno-xml"; then |
11929 | | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XML::Parser" >&5 |
11930 | | $as_echo_n "checking for XML::Parser... " >&6; } |
11931 | | if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then |
11932 | | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 |
11933 | | $as_echo "ok" >&6; } |
11934 | | else |
11935 | | as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5 |
11936 | | fi |
11937 | | fi |
11938 | 11927 | |
11939 | 11928 | # Substitute ALL_LINGUAS so we can use it in po/Makefile |
11940 | 11929 | |