summaryrefslogtreecommitdiff
path: root/ext/odbc
diff options
context:
space:
mode:
authorHugh McMaster <hugh.mcmaster@outlook.com>2019-04-24 21:39:17 +1000
committerNikita Popov <nikita.ppv@gmail.com>2019-04-29 14:16:16 +0200
commitc9ee822bb614e27b5afdff5c951ac3939377a7c9 (patch)
tree75fafd15c48571f1baed2fa209be20d18178a43d /ext/odbc
parentb1c5f7b265b59586b8a3db7f3afa180e262b68b9 (diff)
downloadphp-git-c9ee822bb614e27b5afdff5c951ac3939377a7c9.tar.gz
Always use pkg-config from the host architecture
Diffstat (limited to 'ext/odbc')
-rw-r--r--ext/odbc/config.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4
index 31aa1e3b8b..6ded84c5ab 100644
--- a/ext/odbc/config.m4
+++ b/ext/odbc/config.m4
@@ -327,9 +327,6 @@ PHP_ARG_WITH([iodbc],,
AC_MSG_CHECKING(for iODBC support)
if test "$PHP_IODBC" != "no"; then
- if test -z "$PKG_CONFIG"; then
- AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
- fi
if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libiodbc ; then
PHP_ADD_LIBRARY_WITH_PATH(iodbc, $PHP_IODBC/$PHP_LIBDIR)
ODBC_TYPE=iodbc