]> git.ipfire.org Git - thirdparty/pdns.git/commit
If pg_config is not found, don't override paths 2006/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 26 Dec 2014 16:01:06 +0000 (17:01 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 26 Dec 2014 16:01:06 +0000 (17:01 +0100)
commitc9efa27806a4783cfc2f65e2b51b8d916615e8b4
treee5c5312a66e71a1ca9f8f09721da49d50e947963
parentcad297e6483e2b4a58d8c9cced65db75c88ad1e2
If pg_config is not found, don't override paths

If pg_config is not found and either --with-pgsql-lib or
--with-pgsql-includes is given, the values are ignored.
Fix this.
m4/pdns_with_postgresql.m4