diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-09-14 10:47:20 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-09-14 10:47:20 +0200 |
commit | 1ca7394a9e41f179716f26db372d59f0c62a283c (patch) | |
tree | a4bf831f86e43e1d2cd67284fa0278cc9d3374ed | |
parent | 9bfdd556cffb46bf0c8d8105c992e029d9c01dd3 (diff) | |
parent | e9dbba0fc7ab90e3679ba57245b36420ce76ccc4 (diff) |
Merge branch 'lowdown_configure_dependency' of https://github.com/fedepell/nix
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2841a87c0..65478ecc5 100644 --- a/configure.ac +++ b/configure.ac @@ -260,6 +260,8 @@ AC_ARG_ENABLE(doc-gen, AS_HELP_STRING([--disable-doc-gen],[disable documentation doc_generate=$enableval, doc_generate=yes) AC_SUBST(doc_generate) +# Look for lowdown library. +PKG_CHECK_MODULES([LOWDOWN], [lowdown >= 0.8.0], [CXXFLAGS="$LOWDOWN_CFLAGS $CXXFLAGS"]) # Setuid installations. AC_CHECK_FUNCS([setresuid setreuid lchown]) |