summaryrefslogtreecommitdiff
path: root/ext/dba/config.w32
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-05-28 18:54:26 +0200
committerAnatol Belski <ab@php.net>2017-05-28 18:54:26 +0200
commit126484fe1c4dc473f3f5fcd2b950b6e72aa1f8af (patch)
treeddf79424f7774f3c2a026e329cd92913a5d3e9fd /ext/dba/config.w32
parent9da0c5c0ded5b526342406db1408cc4a688bb7d9 (diff)
downloadphp-git-126484fe1c4dc473f3f5fcd2b950b6e72aa1f8af.tar.gz
fix c/p issue
Diffstat (limited to 'ext/dba/config.w32')
-rw-r--r--ext/dba/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/config.w32 b/ext/dba/config.w32
index 5eb542d986..bb315c56c8 100644
--- a/ext/dba/config.w32
+++ b/ext/dba/config.w32
@@ -34,7 +34,7 @@ if (PHP_DBA != "no") {
}
}
- if (PHP_QDBM != "no") {
+ if (PHP_LMDB != "no") {
if (CHECK_LIB("liblmdb_a.lib", "dba", PHP_DBA) &&
CHECK_HEADER_ADD_INCLUDE("lmdb.h", "CFLAGS_DBA") &&
CHECK_LIB("ntdll.lib", "dba", PHP_DBA)) {