about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-09 23:48:28 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-10 02:54:25 +0000
commit2224b68cfbd77bc117c79d3db6e3c320bb8aafc6 (patch)
tree26314785ce4ae32ac9a4c575a31134ff70a52deb /Rakefile
parentddb56ce824ea3686fb9a43685ddae6473e5c91c2 (diff)
downloadunicorn-2224b68cfbd77bc117c79d3db6e3c320bb8aafc6.tar.gz
Our gemspec won't work without it
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 25c6620..feace20 100644
--- a/Rakefile
+++ b/Rakefile
@@ -179,7 +179,7 @@ begin
   if File.readable?(mk)
     warn "run 'gmake -C ext/unicorn_http clean' and\n" \
          "remove #{mk} before using rake-compiler"
-  else
+  elsif ENV['VERSION']
     unless File.readable?("ext/unicorn_http/unicorn_http.c")
       abort "run 'gmake ragel' or 'make ragel' to generate the Ragel source"
     end