Re: Invalid Makefile.PL generated if --enable-sqlite-compatibility-version specified

2014-01-16 Thread Ben Reser
On 1/16/14, 8:23 PM, James McCoy wrote: > When --enable-sqlite-compatibility-version is used, the configure script > ends up defining CFLAGS such that it contains > > -DSVN_SQLITE_MIN_VERSION='"X.Y.Z"' ... > The attached patch fixes the issue for me. Commited your patch in r1559009, backpor

Invalid Makefile.PL generated if --enable-sqlite-compatibility-version specified

2014-01-16 Thread James McCoy
When --enable-sqlite-compatibility-version is used, the configure script ends up defining CFLAGS such that it contains -DSVN_SQLITE_MIN_VERSION='"X.Y.Z"' This string then makes it into the generated subversion/bindings/swig/perl/native/Makefile.PL as my $cflags = '… -DSVN_SQLITE_MIN_VERS