blob: ad66ab0c2d8ea10059836df94293c50a826af84a (
plain)
1
2
3
4
5
6
|
require 'mkmf'
dir_config( 'htp' )
have_library( 'htp', 'htp_connp_create' ) || abort( "Can't find HTP library." )
have_header( 'htp/htp.h' ) || abort( "Can't find htp.h" )
create_makefile( 'htp' )
|