[scons] fix with_pgsql
commit96e198d6215af3434eeeb1e31c43a7188663e826
authorStefan Bühler <stbuehler@web.de>
Tue, 24 Oct 2017 10:21:18 +0000 (24 12:21 +0200)
committerGlenn Strauss <gstrauss@gluelogic.com>
Sun, 29 Oct 2017 02:41:32 +0000 (28 22:41 -0400)
tree428be5b7973c65686203016fca996d49b168c9cf
parent2506e21b08e271426b9b1959b36537ea4835b2ac
[scons] fix with_pgsql

pg_config --includedir --libdir doesn't print the "-I" or "-l" prefixes,
so ParseConfig can't parse it. Use pkg-config instead.
SConstruct