buglet in current

Russ Allbery rra at stanford.edu
Sat Oct 14 01:43:18 UTC 2000


Noel Cragg <noel at cnet.com> writes:

> Looks like we had an off-by-one error in configure.in.  Here's a
> patch.

> Index: configure.in
> ===================================================================
> RCS file: /opt/local/news/home/src/cvsup/repository/inn/configure.in,v
> retrieving revision 1.185
> diff -u -r1.185 configure.in
> --- configure.in	2000/10/13 01:43:21	1.185
> +++ configure.in	2000/10/13 08:23:13
> @@ -80,7 +80,7 @@
>  dnl none given to configure, the variable to set, and the help string.
>  AC_DEFUN([INN_ARG_DIR],
>  [AC_ARG_WITH([$1-dir], [$4], [$3=$with_$1_dir], [$3=$prefix/$2])
> -AC_SUBST($4)])
> +AC_SUBST($3)])

Thanks, committed.

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>



More information about the inn-workers mailing list