summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-10-03 11:05:14 +0000
committerStef Walter <stef@memberwebs.com>2006-10-03 11:05:14 +0000
commit8135e62aa423f7ae08b2cbfcccf4a634ae0cb122 (patch)
tree9fde18450eaf1ceee466c30a5d55ab412f0fc708 /configure.in
parentadac001d2fb062e51da00d79cead28bfcaf99bce (diff)
- In the Jetty authenticator generate a unique authentication identifier
which facilitates NTLM authentication
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
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"