diff options
author | Stef Walter <stef@memberwebs.com> | 2006-10-03 11:05:14 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-10-03 11:05:14 +0000 |
commit | 8135e62aa423f7ae08b2cbfcccf4a634ae0cb122 (patch) | |
tree | 9fde18450eaf1ceee466c30a5d55ab412f0fc708 /configure.in | |
parent | adac001d2fb062e51da00d79cead28bfcaf99bce (diff) |
- In the Jetty authenticator generate a unique authentication identifier
which facilitates NTLM authentication
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 33d877c..34ac2aa 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.91, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.5.2.91) +AC_INIT(httpauth, 0.5.2.92, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.5.2.92) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |