Lines Matching refs:use_geoip
13922 withval=$with_geoip; use_geoip="$withval"
13924 use_geoip="no"
13928 if test "yes" = "$use_geoip"
13934 use_geoip=$d
13940 case "$use_geoip" in
13948 if test -d "$use_geoip" -o -L "$use_geoip"
13950 CFLAGS="$CFLAGS -I$use_geoip/include"
13951 CPPFLAGS="$CPPFLAGS -I$use_geoip/include"
13952 LIBS="$LIBS -L$use_geoip/lib"
13955 LIBS="$LIBS -Wl,-rpath=$use_geoip/lib"
13958 elif test "yes" = "$use_geoip"
13962 as_fn_error $? "GeoIP path $use_geoip does not exist" "$LINENO" 5
26336 test "no" = "$use_geoip" || echo " GeoIP access control (--with-geoip)"
26414 test "no" = "$use_geoip" && echo " GeoIP access control (--with-geoip)"