diff options
| author | Wez Furlong <wez@php.net> | 2004-01-07 20:06:32 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2004-01-07 20:06:32 +0000 |
| commit | 48b96c10d2c9efbe4ff11876c6cd9f9361073bc3 (patch) | |
| tree | f71638754ba0c720f15651f9d797c308f1a623c3 /sapi | |
| parent | 6e65e1d82106b9aca0a2dcf498df54ffccae7168 (diff) | |
| download | php-git-48b96c10d2c9efbe4ff11876c6cd9f9361073bc3.tar.gz | |
glob-ify lib checks; this simplifies writing of config.w32 files a little.
Diffstat (limited to 'sapi')
| -rw-r--r-- | sapi/nsapi/config.w32 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sapi/nsapi/config.w32 b/sapi/nsapi/config.w32 index 0a04c4fef5..3522eb7d56 100644 --- a/sapi/nsapi/config.w32 +++ b/sapi/nsapi/config.w32 @@ -11,8 +11,7 @@ if (PHP_NSAPI != "no") { WARNING("NSAPI module requires an --enable-zts build of PHP"); } else if (CHECK_HEADER_ADD_INCLUDE("nsapi.h", "CFLAGS_NSAPI", PHP_NSAPI + ';' + PHP_NSAPI_INCLUDES) && - CHECK_LIB("ns-httpd40.lib;ns-httpd36.lib;ns-httpd35.lib;ns-httpd30.lib", - "nsapi", PHP_NSAPI + ";" + PHP_NSAPI_LIBS)) { + CHECK_LIB("ns-httpd*.lib", "nsapi", PHP_NSAPI + ";" + PHP_NSAPI_LIBS)) { SAPI('nsapi', 'nsapi.c', 'php' + PHP_VERSION + 'nsapi.dll', '/D XP_WIN32 '); } else { WARNING("Could not find NSAPI headers/libraries"); |
