gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -fix MHD detection


From: gnunet
Subject: [gnunet] branch master updated: -fix MHD detection
Date: Wed, 06 Apr 2022 12:36:56 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new ffddfafb4 -fix MHD detection
ffddfafb4 is described below

commit ffddfafb4f8cc701b9f668174770f784acc07827
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Apr 6 12:36:53 2022 +0200

    -fix MHD detection
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e6c98188e..cbcd5fd5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1030,7 +1030,7 @@ AC_ARG_WITH([microhttpd],
   [AS_HELP_STRING([--with-microhttpd=PFX],
                   [base of libmicrohttpd installation])],
   [SAVE_PKG_PATH="$PKG_CONFIG_PATH"
-   PKG_CONFIG_PATH="$httpd/lib/pkgconfig"
+   PKG_CONFIG_PATH="${withval}/lib/pkgconfig"
    export PKG_CONFIG_PATH
    PKG_CHECK_MODULES([MHD], [libmicrohttpd >= 0.9.63], [libmhd=1], [libmhd=0])
    PKG_CONFIG_PATH="$SAVE_PKG_PATH"],

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]