mirror of
https://github.com/lionsoul2014/ip2region.git
synced 2025-12-08 19:25:22 +00:00
13 lines
298 B
Plaintext
13 lines
298 B
Plaintext
// $Id$
|
|
//
|
|
// If your extension references something external, use ARG_WITH
|
|
// ARG_WITH("ip2region", "for ip2region support", "no");
|
|
|
|
// Otherwise, use ARG_ENABLE
|
|
// ARG_ENABLE("ip2region", "enable ip2region support", "no");
|
|
|
|
if (PHP_IP2REGION != "no") {
|
|
EXTENSION("ip2region", "ip2region.c");
|
|
}
|
|
|