From ccf2cfde57c93683115e993e64f36916e43df46a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 19 Jun 2007 21:00:06 +0000 Subject: Fix dumb missing variable --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 1ec8156..96c610b 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.7.90, stef@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.7.90) +AC_INIT(httpauth, 0.7.91, stef@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.7.91) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" -- cgit v1.2.3