Skip to content

Commit 03c7b2f

Browse files
committed
Add config.w32 to package.xml
1 parent 8441a74 commit 03c7b2f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

ext/config.w32

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
// vim:ft=javascript
2-
31
ARG_WITH("maxminddb", "Enable MaxMind DB Reader extension support", "no");
42

53
if (PHP_MAXMINDDB == "yes") {
64
if (CHECK_HEADER_ADD_INCLUDE("maxminddb.h", "CFLAGS_MAXMINDDB", PHP_MAXMINDDB + ";" + PHP_PHP_BUILD + "\\include\\maxminddb") &&
75
CHECK_LIB("libmaxminddb.lib", "maxminddb", PHP_MAXMINDDB)) {
86
EXTENSION("maxminddb", "maxminddb.c");
97
} else {
10-
WARNING('Could not find maxminddb.h or maxminddb lib; skipping');
8+
WARNING('Could not find maxminddb.h or libmaxminddb lib; skipping');
119
}
1210
}

package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
<dir name="ext">
3535
<file role="src" name="config.m4"/>
36+
<file role="src" name="config.w32"/>
3637

3738
<file role="src" name="maxminddb.c"/>
3839
<file role="src" name="php_maxminddb.h"/>

0 commit comments

Comments
 (0)