diff options
author | Stef Walter <stef@memberwebs.com> | 2006-06-19 16:30:37 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-06-19 16:30:37 +0000 |
commit | 0b7db8805d91eac81a4b526d3400a9d50bd5c7e1 (patch) | |
tree | 3fc79298cd9ac9b723d826418bfb2bfba2672c22 /configure.in | |
parent | 40d910975e099c1a8174a9f2e44e0b7c0314954a (diff) |
Fix NTLM problems with apache 2x module.
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 c3fa502..784e34c 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Nate Nielsen <nielsen@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(httpauth, 0.5.2, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.5.2) +AC_INIT(httpauth, 0.5.2.90, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.5.2.90) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |