summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-11 15:45:46 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-11 15:45:46 +0100
commita41ee055bb73c9da3c76dd98b4396c0a9f9c292a (patch)
tree1aa27abb5c25e574e13eaf6ba6cf8ace207fd183
parentdf8e1066b2e488c3156e6e524b3486192a37d703 (diff)
downloadmerchant-a41ee055bb73c9da3c76dd98b4396c0a9f9c292a.tar.gz
merchant-a41ee055bb73c9da3c76dd98b4396c0a9f9c292a.tar.bz2
merchant-a41ee055bb73c9da3c76dd98b4396c0a9f9c292a.zip
fix last fix
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8b99937c..ebd74ed5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,8 +140,7 @@ AS_CASE([$with_microhttpd],
[LDFLAGS="-L$with_microhttpd/lib $LDFLAGS"
CPPFLAGS="-I$with_microhttpd/include $CPPFLAGS"])
AC_CHECK_LIB(microhttpd,MHD_start_daemon,
- [AC_CHECK_HEADER([microhttpd.h],
- AC_CHECK_DECL([microhttpd=1])])
+ [AC_CHECK_HEADER([microhttpd.h],[microhttpd=1])])
AS_IF([test $microhttpd = 0],
[AC_MSG_ERROR([[
***