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

Bug: configure macro SVN_FIND_APR makes improper use of `test'

From: Marcus Comstedt <marcus_at_mc.pp.se>
Date: 2001-12-11 23:47:20 CET

In the file ac-helpers/apr.m4, there is one case of `test -z' where
the variable tested is not quoted, to be specific the test on $APRVARS
in the macro SVN_FIND_APR. This is of course bogus since if the
variable really _is_ zero length, `test -z $APRVARS' will cause test
to be called with just one argument (-z), which is not what you want.
The other use of `test -z' in this file is correctly quoted so I
expect this was just a minor slipup.

  // Marcus

---------------------------------------------------------------------
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:52 2006

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.