diff options
| author | Vladimir Homutov <vl@nginx.com> | 2016-06-30 16:12:50 +0300 |
|---|---|---|
| committer | Vladimir Homutov <vl@nginx.com> | 2016-06-30 16:12:50 +0300 |
| commit | bb790f5d30025b634673fcb9939ded5b0c60301f (patch) | |
| tree | 7cd8b249700bf0654ac51972b7484795832a01e3 /auto/modules | |
| parent | 4cf0e2848372b7566f49a9cb4b8dcf9dbad43597 (diff) | |
| download | nginx-bb790f5d30025b634673fcb9939ded5b0c60301f.tar.gz nginx-bb790f5d30025b634673fcb9939ded5b0c60301f.tar.bz2 | |
Stream: geo module.
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index 3312de9a5..549ad1645 100644 --- a/auto/modules +++ b/auto/modules @@ -1024,6 +1024,16 @@ if [ $STREAM != NO ]; then . auto/module fi + if [ $STREAM_GEO = YES ]; then + ngx_module_name=ngx_stream_geo_module + ngx_module_deps= + ngx_module_srcs=src/stream/ngx_stream_geo_module.c + ngx_module_libs= + ngx_module_link=$STREAM_GEO + + . auto/module + fi + if [ $STREAM_GEOIP != NO ]; then ngx_module_name=ngx_stream_geoip_module ngx_module_deps= |
