# File lib/phusion_passenger/platform_info/apache.rb, line 281 def self.apr_config_needed_for_building_apache_modules? return !try_compile("whether APR is needed for building Apache modules", :c, "#include <apr.h>\n", apache2_module_cflags(false)) end