[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 3665 - trunk trunk/ac-helpers

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-11-06 07:24:38 CET

--On Tuesday, November 5, 2002 11:58 PM -0600 sussman@tigris.org
wrote:

> Modified: trunk/ac-helpers/svn-apache.m4
> ===================================================================
> =========== --- trunk/ac-helpers/svn-apache.m4 (original)
> +++ trunk/ac-helpers/svn-apache.m4 Tue Nov 5 23:58:27 2002
> @@ -10,6 +10,8 @@
>
> AC_DEFUN(SVN_FIND_APACHE,[
>
> +HTTPD_WANTED_MMN="$1"
> +

I *think* this should be

HTTPD_WANTED_MMN=$1

because we don't want to place any quotes around this value. It's a
numeric, not a string.

If it works right now, well, we might not want to change. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 6 07:31:29 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.