Skip to content

Commit 126484f

Browse files
committed
fix c/p issue
1 parent 9da0c5c commit 126484f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dba/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if (PHP_DBA != "no") {
3434
}
3535
}
3636

37-
if (PHP_QDBM != "no") {
37+
if (PHP_LMDB != "no") {
3838
if (CHECK_LIB("liblmdb_a.lib", "dba", PHP_DBA) &&
3939
CHECK_HEADER_ADD_INCLUDE("lmdb.h", "CFLAGS_DBA") &&
4040
CHECK_LIB("ntdll.lib", "dba", PHP_DBA)) {

0 commit comments

Comments
 (0)