ext/extconf.rb in ruby-vpi-15.0.2 vs ext/extconf.rb in ruby-vpi-16.0.0

- old
+ new

@@ -1,4 +1,9 @@ +# Generates a makefile for buiding the extension. +#-- +# Copyright 2006-2007 Suraj N. Kurapati +# See the file named LICENSE for details. + require 'mkmf' # check for POSIX threads library hasPthread = have_library('pthread', 'pthread_create')