]> granicus.if.org Git - php/commit
Allow building dblib with machine-dependent libdir
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 14 Dec 2020 09:17:57 +0000 (10:17 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 14 Dec 2020 09:25:03 +0000 (10:25 +0100)
commit47fe4125189833e80eac8c09f7d1cf83b10aeb0d
tree3616559797821830e2e8494129acdbf90bfbb780
parentaa58db723221ec891d4432621003bfa55dc15edf
Allow building dblib with machine-dependent libdir

Use the same approach as for GMP: If no explicit directory is
given, assume it must be on the default include path and libdir.
Otherwise use the provided path. It does not look like libsybdb
has support for pkg-config.
ext/pdo_dblib/config.m4