diff options
author | Stef Walter <stef@memberwebs.com> | 2008-05-10 18:11:24 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-05-10 18:11:24 +0000 |
commit | 969b4e32a5157d1423ca82c0e3ad55bed9a96f7a (patch) | |
tree | f0c163e9b3de53f79e34743b97fcd53206277ed5 /configure.in | |
parent | 83eb5d0f3e9701f5c8a8d2da6c4b6709f02ed35a (diff) |
Handle sub requests properly in mod_httpauth
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 93dd8ae..8606554 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Stef Walter <stef@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(httpauth, 0.9.1, stef@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.9.1) +AC_INIT(httpauth, 0.9.1.90, stef@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.9.1.90) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |