Skip to content

Commit

Permalink
viennarna: fix audit warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ianml committed Mar 15, 2014
1 parent a13f901 commit 8ffd9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viennarna.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ def install
"--disable-debug",
"--disable-dependency-tracking",
"--disable-openmp"]
args << "--without-perl" unless build.include? "with-perl"
args << "--without-perl" if build.without? "perl"

system "./configure", *args
system "make install"
end
Expand Down

0 comments on commit 8ffd9b7

Please sign in to comment.