Re: [PATCH/RFC v3] Optionally allow binaries to run against older SQLite

2011-11-13 Thread Jonathan Nieder
Daniel Shahaf wrote: > On Sunday, November 06, 2011 9:28 AM, "Daniel Shahaf" > wrote: >> I've committed the sqlite3.m4 part in r1198169. The rest looks good >> too, but I'm going to wait a day or two before committing the remainder, >> to let people join the conversation if they have feedback.

Re: [PATCH/RFC v3] Optionally allow binaries to run against older SQLite

2011-11-13 Thread Daniel Shahaf
On Sunday, November 06, 2011 9:28 AM, "Daniel Shahaf" wrote: > On Friday, November 04, 2011 1:24 AM, "Jonathan Nieder" > wrote: > > [[[ > > Introduce a --enable-sqlite-compatibility-version=X.Y.Z option for > > ./configure to allow people building Subversion to specify how old the ... > > +++ s

Re: [PATCH/RFC v3] Optionally allow binaries to run against older SQLite

2011-11-06 Thread Daniel Shahaf
On Friday, November 04, 2011 1:24 AM, "Jonathan Nieder" wrote: > [[[ > Introduce a --enable-sqlite-compatibility-version=X.Y.Z option for > ./configure to allow people building Subversion to specify how old the > system being deployed on might be. Setting the compatibility version > to an older

Re: [PATCH/RFC v3] Optionally allow binaries to run against older SQLite

2011-11-03 Thread Daniel Shahaf
On Friday, November 04, 2011 1:24 AM, "Jonathan Nieder" wrote: > Daniel Shahaf wrote: > > On Wednesday, November 02, 2011 4:25 PM, "Jonathan Nieder" > > wrote: > > >> I'm not very happy about putting -DSVN_SQLITE_COMPAT_VERSION in CFLAGS > >> --- does subversion have a config.h somewhere? > >

[PATCH/RFC v3] Optionally allow binaries to run against older SQLite

2011-11-03 Thread Jonathan Nieder
Daniel Shahaf wrote: > On Wednesday, November 02, 2011 4:25 PM, "Jonathan Nieder" > wrote: >> I'm not very happy about putting -DSVN_SQLITE_COMPAT_VERSION in CFLAGS >> --- does subversion have a config.h somewhere? > > http://s.apache.org/xy-problem --- Why do you think you need config.h? Sorry