diff options
author | Nokis Mavrogiannopoulos | 2010-03-15 20:48:49 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2010-03-15 20:48:49 +0000 |
commit | 86bdc93b0efe0bbfcc9b90775192f085ce27b9a9 (patch) | |
tree | e493bf6176b6f05a1737cfcf2c5ddd14b4838981 /configure.ac | |
parent | fed285b4c3601bd6da08e8a5f07fc52b9f0c69cf (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.ac | 2 |
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 @@ | |||
1 | dnl | 1 | dnl |
2 | AC_INIT(mod_gnutls, 0.5.4) | 2 | AC_INIT(mod_gnutls, 0.5.5) |
3 | OOO_CONFIG_NICE(config.nice) | 3 | OOO_CONFIG_NICE(config.nice) |
4 | MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION | 4 | MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION |
5 | AC_PREREQ(2.53) | 5 | AC_PREREQ(2.53) |