Hi Peter,
[Sorry for the delay]
Op 09/01/2013 om 13:23:32 +0100, schreef Peter van Dijk:
> On Nov 23, 2012, at 16:16 , Leo Baltus wrote:
>
> > ./configure --with-mysql=/foo supports /foo/lib/mysql,
> > /foo/lib and /foo/include/mysql however it lacks support
> > for /foo/include
> >
> > So we
Hello Leo,
On Nov 23, 2012, at 16:16 , Leo Baltus wrote:
> ./configure --with-mysql=/foo supports /foo/lib/mysql,
> /foo/lib and /foo/include/mysql however it lacks support
> for /foo/include
>
> So we always had to specify --with-mysql-includes=/foo/include, which
> seems redundant.
>
> Attac
Hi,
./configure --with-mysql=/foo supports /foo/lib/mysql,
/foo/lib and /foo/include/mysql however it lacks support
for /foo/include
So we always had to specify --with-mysql-includes=/foo/include, which
seems redundant.
Attached patch fixes this in configure.ac so --with-mysql=/foo
would suffic