Skip to content

Commit

Permalink
Run configure only when necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Toru Maesaka committed Dec 25, 2012
1 parent 750015a commit b21173d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/cld/extconf.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#require 'mkmf'
#create_makefile('cld/cld')

system "./configure --prefix=#{Dir.pwd}"
system "./configure --prefix=#{Dir.pwd}" unless File.exists?('Makefile')

0 comments on commit b21173d

Please sign in to comment.