summaryrefslogtreecommitdiff
path: root/ext/odbc
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-04-29 14:18:07 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-04-29 14:18:07 +0200
commit0d8eb57980cb1a204e4f3357f00656bcfcdb932f (patch)
treea906e71215afa9d8f7b4e0a12b624ce0afaedf16 /ext/odbc
parente175c4d8652077b2160bc3713d7bf0d97dd1896a (diff)
parent55ecfe4ef34a931cc64a2cba46e3cf9fdf96cea4 (diff)
downloadphp-git-0d8eb57980cb1a204e4f3357f00656bcfcdb932f.tar.gz
Merge branch 'PHP-7.4'
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