On Mon, Nov 04, 2013 at 10:28:20PM +0100, Jan Engelhardt wrote: > > On Monday 2013-11-04 13:01, Lennart Poettering wrote: > >On Sat, 02.11.13 02:11, Djalal Harouni (tix...@opendz.org) wrote: > >> > >>I'm building from git tree, and I've noticed that systemd autogen.sh > >>will fail if the libgcrypt and its headers are missing. > > > >This is expected that way. If you build from git you need a few > >additional dependencies.[...] There's not to fix here. > > Well, there is something of a solution—wrapping everything into > m4_ifdef: > > m4_ifdef([AM_PATH_LIBGCRYPT], [ > AC_ARG_ENABLE([gcrypt]..................) > if test "x${have_gcrypt}" != xno; then > AM_PATH_LIBGCRYPT............... > ........ > fi > ]) Yes, this was proposed and rejected: http://lists.freedesktop.org/archives/systemd-devel/2013-May/010885.html
Lennart, the thing that confuses is that the README file states clearly that libgcrypt is optional, but the configure expects that the AM_PATH_LIBGCRYPT is defined... Anyway I got your point, and I'm done with it, thanks! -- Djalal Harouni http://opendz.org _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel