On Thu, Jul 31, 2014 at 2:37 PM, Samuli Suominen <ssuomi...@gentoo.org> wrote:
> Isn't this scenario already covered by this existing configure.ac test...
>
> AS_IF([test -z "$INTLTOOL_POLICY_RULE"], [
>     # If intltool is not available, provide a dummy rule to fail
> generation of %.policy files with a meaningful error message
>     INTLTOOL_POLICY_RULE='%.policy: %.policy.in ; @echo "  ITMRG   " $@
> && echo "*** intltool support required to build target $@" && false'
>     AC_SUBST(INTLTOOL_POLICY_RULE)
> ])
>
> ...?

This code is actually causing the trouble without my patch in that
situation since this code incorrectly assumes that intltool is not
available since the previous code was missed out and thus the build
fails with a complaint about missing intltool, even when it is
available.

Robert
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to