aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-14 21:08:32 +0100
committerChristian Grothoff <christian@grothoff.org>2022-01-14 21:08:32 +0100
commit8e6660e841cdf766cbd3d5f17a3bfc0b7c281220 (patch)
tree18d631b390376bf96d058dde5d55726843388a82 /configure.ac
parentf2df460f3320dcd3eaba1caa9ee084673c7cfec7 (diff)
downloadgnunet-8e6660e841cdf766cbd3d5f17a3bfc0b7c281220.tar.gz
gnunet-8e6660e841cdf766cbd3d5f17a3bfc0b7c281220.zip
-check for pkg-config
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index feee06f9f..3ccfc9c1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,6 +43,7 @@ AC_PROG_INSTALL
43AC_PROG_LN_S 43AC_PROG_LN_S
44AC_PROG_MAKE_SET 44AC_PROG_MAKE_SET
45AC_PROG_MKDIR_P 45AC_PROG_MKDIR_P
46PKG_PROG_PKG_CONFIG([0.29.2])
46 47
47LT_INIT([disable-static dlopen]) 48LT_INIT([disable-static dlopen])
48 49