diff options
author | Stef Walter <stef@memberwebs.com> | 2007-06-19 21:00:06 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2007-06-19 21:00:06 +0000 |
commit | ccf2cfde57c93683115e993e64f36916e43df46a (patch) | |
tree | 9bd4a06c9fd55f95233574a9589bd183b1c28cf7 /configure.in | |
parent | b86f99a62464dadb9a5ea3bec99f22e8bc3e5d53 (diff) |
Fix dumb missing variable
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 1ec8156..96c610b 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Stef Walter <stef@memberwebs.com> 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" |