From 4c4bfb64b62ff5b7b7fa21ec0185db797f434386 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 21 Jul 2008 19:35:56 +0000 Subject: - Rework event handling system so we don't use a full thread per connection, but instead only use threads for active requests. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d57045e..513e325 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Stef Walter dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(httpauth, 0.9.2, stef@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.9.2) +AC_INIT(httpauth, 0.9.3, stef@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.9.3) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" @@ -201,7 +201,7 @@ AC_ARG_ENABLE(debug, [Compile binaries in debug mode])) if test "$enable_debug" = "yes"; then - CFLAGS="$CFLAGS -g -O0 -Wall -Werror" + CFLAGS="$CFLAGS -g -O0 -Wall" AC_DEFINE_UNQUOTED(_DEBUG, 1, [In debug mode]) echo "enabling debug compile mode" fi -- cgit v1.2.3