* Don't check the Neon version.

svn path=/nixpkgs/trunk/; revision=7800
This commit is contained in:
Eelco Dolstra 2007-01-29 12:47:29 +00:00
parent 81da927540
commit bffcfd2d78

View File

@ -39,6 +39,7 @@ stdenv.mkDerivation {
"--without-apxs"}
${if pythonBindings then "--with-swig=${swig}" else "--without-swig"}
${if javahlBindings then "--enable-javahl --with-jdk=${jdk}" else ""}
--disable-neon-version-check
";
inherit httpServer pythonBindings javahlBindings;