On Mon, 06.05.13 09:46, Elia Pinto (gitter.spi...@gmail.com) wrote: > To search the libgcrypt support the developer are advised > to use the automake macro AM_PATH_LIBGCRYPT. But if libgcrypt-devel > is not installed the macro does not exist yet and so > configure goes wrong. This patch test first whether the macro is defined, > and if not it set have_lgcrypt to false.
This is only relevant for git builds. For git builds there are a number of tools we don't explicitly check for such as autoconf itself for example. The autoconf checks otoh are only relevant for builds from tarballs. It is expected that you need more tools installed when building from git, and that you know which ones. That said, libgcrypt really shouldn't use their own macros for this, and rather just use pkg-config.... Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel