From: Anatol Belski Date: Sun, 28 May 2017 16:54:26 +0000 (+0200) Subject: fix c/p issue X-Git-Tag: php-7.2.0alpha1~57^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=126484fe1c4dc473f3f5fcd2b950b6e72aa1f8af;p=php fix c/p issue --- 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)) {