summaryrefslogtreecommitdiffstatsabout
path: root/configure.ac
diff options
context:
space:
mode:
authorNokis Mavrogiannopoulos <nmav@gnutls.org>2010-03-15 20:48:49 (GMT)
committer Nokis Mavrogiannopoulos <nmav@gnutls.org>2010-03-15 20:48:49 (GMT)
commit86bdc93b0efe0bbfcc9b90775192f085ce27b9a9 (patch)
treee493bf6176b6f05a1737cfcf2c5ddd14b4838981 /configure.ac
parentfed285b4c3601bd6da08e8a5f07fc52b9f0c69cf (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)