"Sander Striker" <striker@apache.org> writes:
> * configure.in
>
> Fix the propagation of neon's CFLAGS. This solves the problem
> with not getting -DNEON_SSL when --with-ssl was specified.
Sander, I went to review this patch (way late, I know, apologies), and
of course it doesn't even nearly apply anymore. Does the problem
still need solving, and can you produce an updated patch if so? I (or
someone) will review more promptly this time, and then you can commit
it yourself.
Climbing, slowly but surely, out of the Patch Pile,
-Karl
> --- subversion-M5/configure.in Fri Oct 19 21:36:25 2001
> +++ subversion-r294/configure.in Thu Oct 25 17:01:33 2001
> @@ -137,7 +137,7 @@
> AC_MSG_RESULT([$NEON_LIBS])
> # Also find out which macros neon defines (but ignore extra include
> paths):
> # this will include -DNEON_SSL if neon was built with SSL support
> - CFLAGS="$CFLAGS `$SHELL $abs_builddir/neon/neon-config --cflags | sed -e
> "s/-I.* //g"`"
> + CFLAGS="$CFLAGS `$SHELL $abs_builddir/neon/neon-config --cflags | sed -e
> "s/-I[^ ]*//g"`"
> fi
>
> dnl find Apache
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:57 2006