summaryrefslogtreecommitdiffstatsabout
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-03-15 20:48:49 (GMT)
committer Nokis Mavrogiannopoulos <nmav@gnutls.org>2010-03-15 20:48:49 (GMT)
commit9085f5b533fdf85e86c9d7ab2f0f4ac4c8906e2a (patch)
treee493bf6176b6f05a1737cfcf2c5ddd14b4838981 /configure.ac
parentdcf11188825117a0ead90b383093e87f9a6ed445 (diff)
Corrected issue with firefox and long post data (had to do
with read function not handling EAGAIN and EINTR correctly).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bb2aedf..54f8daa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1dnl 1dnl
2AC_INIT(mod_gnutls, 0.5.4) 2AC_INIT(mod_gnutls, 0.5.5)
3OOO_CONFIG_NICE(config.nice) 3OOO_CONFIG_NICE(config.nice)
4MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION 4MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
5AC_PREREQ(2.53) 5AC_PREREQ(2.53)