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

Re: configure options?

From: Kyle W. Cartmell <kyle_at_blindgoblingames.com>
Date: 2004-08-02 23:23:12 CEST

Blah!

 From configure...

# Check whether --with-neon or --without-neon was given.
if test "${with_neon+set}" = set; then
  withval="$with_neon"
...
...
 fi
  else
    # user probably passed --without-neon, or --with-neon=/something/dumb

  echo ""
  echo "An appropriate version of neon could not be found, so libsvn_ra_dav"
  echo "will not be built. If you want to build libsvn_ra_dav, please either"
  echo "install neon ${NEON_LATEST_WORKING_VER} on this system"

So, there it is. My only remaining question at this point is, can I find these documented somewhere other than in this script? :)

Thanks again!
Kyle

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 2 23:36:26 2004

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

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