Skip to content

Commit 4bffde0

Browse files
committed
[config.w32] make the 'skipping' warning clearer
1 parent eb2e004 commit 4bffde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ if (PHP_MAXMINDDB == "yes") {
55
CHECK_LIB("libmaxminddb.lib", "maxminddb", PHP_MAXMINDDB)) {
66
EXTENSION("maxminddb", "maxminddb.c");
77
} else {
8-
WARNING('Could not find maxminddb.h or libmaxminddb lib; skipping');
8+
WARNING('Could not find maxminddb.h or libmaxminddb.lib; skipping');
99
}
1010
}

0 commit comments

Comments
 (0)