Re: [Pdns-users] [PATCH] configure --with-mysql=

2013-01-31 Thread Leo Baltus
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

Re: [Pdns-users] [PATCH] configure --with-mysql=

2013-01-09 Thread Peter van Dijk
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

[Pdns-users] [PATCH] configure --with-mysql=

2012-11-23 Thread Leo Baltus
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