ext/rapngasm/extconf.rb in rapngasm-1.0.1 vs ext/rapngasm/extconf.rb in rapngasm-3.0.0

- old
+ new

@@ -3,10 +3,10 @@ $CFLAGS = '-x c++' $LOCAL_LIBS = '-lapngasm' dir_config 'apngasm' -if have_header('apngasm.h') - create_makefile 'rapngasm' -else - puts 'apngasm is not installed or the headers are not in the system path.\n' -end +# if have_header('apngasm.h') +create_makefile 'rapngasm' +# else +# puts 'apngasm is not installed or the headers are not in the system path.' +# end