aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-18 13:14:15 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-18 13:14:15 +0000
commit01d5d427999d38d883defeb4855ce5f8ac7e540f (patch)
tree5ef8558dd55c39d3adf81e5e321fb812f37d8963 /configure.ac
parent1cf0cbbd5fa8f7cccff037f08f229d78f521eb54 (diff)
downloadgnunet-01d5d427999d38d883defeb4855ce5f8ac7e540f.tar.gz
gnunet-01d5d427999d38d883defeb4855ce5f8ac7e540f.zip
require very recent MHD version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 40dd0bbf5..9a7ddecb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -737,7 +737,7 @@ AC_ARG_WITH(microhttpd,
737 AC_RUN_IFELSE([AC_LANG_SOURCE([ 737 AC_RUN_IFELSE([AC_LANG_SOURCE([
738 #include "$native_srcdir/src/include/platform.h" 738 #include "$native_srcdir/src/include/platform.h"
739 #include <microhttpd.h> 739 #include <microhttpd.h>
740 int main () { return MHD_VERSION >= 0x0093001 ? 0 : 1; } 740 int main () { return MHD_VERSION >= 0x0093002 ? 0 : 1; }
741 ])], [ 741 ])], [
742 AC_MSG_RESULT(ok) 742 AC_MSG_RESULT(ok)
743 lmhd=1],[AC_MSG_RESULT(failed)],lmhd=1)]), 743 lmhd=1],[AC_MSG_RESULT(failed)],lmhd=1)]),
@@ -756,7 +756,7 @@ AC_ARG_WITH(microhttpd,
756 AC_RUN_IFELSE([AC_LANG_SOURCE([ 756 AC_RUN_IFELSE([AC_LANG_SOURCE([
757 #include "$native_srcdir/src/include/platform.h" 757 #include "$native_srcdir/src/include/platform.h"
758 #include <microhttpd.h> 758 #include <microhttpd.h>
759 int main () { return MHD_VERSION >= 0x0093001 ? 0 : 1; } 759 int main () { return MHD_VERSION >= 0x0093002 ? 0 : 1; }
760 ])], [ 760 ])], [
761 AC_MSG_RESULT(ok) 761 AC_MSG_RESULT(ok)
762 lmhd=1],[AC_MSG_RESULT(failed)],lmhd=1)]), 762 lmhd=1],[AC_MSG_RESULT(failed)],lmhd=1)]),
@@ -774,7 +774,7 @@ AC_ARG_WITH(microhttpd,
774 AC_RUN_IFELSE([AC_LANG_SOURCE([ 774 AC_RUN_IFELSE([AC_LANG_SOURCE([
775 #include "$native_srcdir/src/include/platform.h" 775 #include "$native_srcdir/src/include/platform.h"
776 #include <microhttpd.h> 776 #include <microhttpd.h>
777 int main () { return MHD_VERSION >= 0x0093001 ? 0 : 1; } 777 int main () { return MHD_VERSION >= 0x0093002 ? 0 : 1; }
778 ])], [ 778 ])], [
779 AC_MSG_RESULT(ok) 779 AC_MSG_RESULT(ok)
780 lmhd=1],[AC_MSG_RESULT(failed)],lmhd=1)]), 780 lmhd=1],[AC_MSG_RESULT(failed)],lmhd=1)]),