diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 7aa620db..865c3b95 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -22,14 +22,14 @@ | |||
22 | # | 22 | # |
23 | AC_PREREQ([2.64]) | 23 | AC_PREREQ([2.64]) |
24 | LT_PREREQ([2.4.0]) | 24 | LT_PREREQ([2.4.0]) |
25 | AC_INIT([GNU Libmicrohttpd],[0.9.55],[libmicrohttpd@gnu.org]) | 25 | AC_INIT([GNU Libmicrohttpd],[0.9.56],[libmicrohttpd@gnu.org]) |
26 | AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) | 26 | AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) |
27 | AC_CONFIG_HEADERS([MHD_config.h]) | 27 | AC_CONFIG_HEADERS([MHD_config.h]) |
28 | AC_CONFIG_MACRO_DIR([m4]) | 28 | AC_CONFIG_MACRO_DIR([m4]) |
29 | 29 | ||
30 | LIB_VERSION_CURRENT=55 | 30 | LIB_VERSION_CURRENT=56 |
31 | LIB_VERSION_REVISION=0 | 31 | LIB_VERSION_REVISION=0 |
32 | LIB_VERSION_AGE=43 | 32 | LIB_VERSION_AGE=44 |
33 | AC_SUBST(LIB_VERSION_CURRENT) | 33 | AC_SUBST(LIB_VERSION_CURRENT) |
34 | AC_SUBST(LIB_VERSION_REVISION) | 34 | AC_SUBST(LIB_VERSION_REVISION) |
35 | AC_SUBST(LIB_VERSION_AGE) | 35 | AC_SUBST(LIB_VERSION_AGE) |
@@ -770,7 +770,7 @@ AC_CHECK_MEMBER([struct sockaddr_in.sin_len], | |||
770 | 770 | ||
771 | AC_CHECK_DECLS([getsockname], | 771 | AC_CHECK_DECLS([getsockname], |
772 | [ | 772 | [ |
773 | AC_CHECK_FUNCS([getsockname], | 773 | AC_CHECK_FUNCS([getsockname], |
774 | [ | 774 | [ |
775 | AC_CACHE_CHECK([[whether getsockname() is usable]], [[mhc_cv_getsockname_usable]], | 775 | AC_CACHE_CHECK([[whether getsockname() is usable]], [[mhc_cv_getsockname_usable]], |
776 | [ | 776 | [ |
@@ -1273,7 +1273,7 @@ ssize_t sendfile(int, int, off_t*, size_t); | |||
1273 | AC_DEFINE([HAVE_LINUX_SENDFILE], [1], [Define to 1 if you have linux-style sendfile(2).]) | 1273 | AC_DEFINE([HAVE_LINUX_SENDFILE], [1], [Define to 1 if you have linux-style sendfile(2).]) |
1274 | found_sendfile="yes, Linux-style" | 1274 | found_sendfile="yes, Linux-style" |
1275 | AC_MSG_RESULT([[yes]]) | 1275 | AC_MSG_RESULT([[yes]]) |
1276 | AC_CHECK_FUNCS([sendfile64]) | 1276 | AC_CHECK_FUNCS([sendfile64]) |
1277 | ], | 1277 | ], |
1278 | [AC_MSG_RESULT([[no]]) | 1278 | [AC_MSG_RESULT([[no]]) |
1279 | ] | 1279 | ] |
@@ -1398,7 +1398,7 @@ ssize_t sendfile(int out_fd, int in_fd, | |||
1398 | MHD_LIBDEPS="-lsendfile $MHD_LIBDEPS" | 1398 | MHD_LIBDEPS="-lsendfile $MHD_LIBDEPS" |
1399 | MHD_LIBDEPS_PKGCFG="-lsendfile $MHD_LIBDEPS_PKGCFG" | 1399 | MHD_LIBDEPS_PKGCFG="-lsendfile $MHD_LIBDEPS_PKGCFG" |
1400 | AC_MSG_RESULT([[yes]]) | 1400 | AC_MSG_RESULT([[yes]]) |
1401 | AC_CHECK_FUNCS([sendfile64]) | 1401 | AC_CHECK_FUNCS([sendfile64]) |
1402 | ], | 1402 | ], |
1403 | [AC_MSG_RESULT([[no]]) | 1403 | [AC_MSG_RESULT([[no]]) |
1404 | ] | 1404 | ] |
@@ -1575,7 +1575,7 @@ choke me now | |||
1575 | have_gnutls=no | 1575 | have_gnutls=no |
1576 | ]) | 1576 | ]) |
1577 | 1577 | ||
1578 | AS_IF([test "x$have_gnutls" != "xyes"], | 1578 | AS_IF([test "x$have_gnutls" != "xyes"], |
1579 | [ | 1579 | [ |
1580 | AC_MSG_WARN([pkg-config reports that GnuTLS is present, but GnuTLS can't be used]) | 1580 | AC_MSG_WARN([pkg-config reports that GnuTLS is present, but GnuTLS can't be used]) |
1581 | AS_UNSET([GNUTLS_CPPFLAGS]) | 1581 | AS_UNSET([GNUTLS_CPPFLAGS]) |