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

Re: ./configure error?

From: Edward S. Marshall <esm_at_logic.net>
Date: 2002-12-04 17:52:32 CET

On Wed, 2002-12-04 at 10:30, Ben Collins-Sussman wrote:
> Ah, then it's gstein's fault:
>
> + if /bin/false; then
> + AC_DEFINE(SVN_LIBSVN_CLIENT_LINKS_RA_SVN, 1,
> [Defined if libsvn_client should link against libsvn_ra_svn])
>
>
> Is there a more portable way to do that? "If 0" or something?

How about this instead? ;-)

dnl AC_DEFINE(SVN_LIBSVN_CLIENT_LINKS_RA_SVN, 1,
dnl [Defined if libsvn_client should link against libsvn_ra_svn])

Uncomment it when you're ready to actually make ra_svn part of the
build. :-)

-- 
Edward S. Marshall <esm@logic.net>
http://esm.logic.net/

Received on Wed Dec 4 17:53:38 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.