enable neon version check in svn

svn path=/nixpkgs/trunk/; revision=21395
This commit is contained in:
Yury G. Kudryashov 2010-04-28 09:38:46 +00:00
parent b7151c4e2c
commit 882c847590

View File

@ -41,7 +41,6 @@ stdenv.mkDerivation rec {
${if javahlBindings then "--enable-javahl --with-jdk=${jdk}" else ""}
--with-zlib=${zlib}
--with-sqlite=${sqlite}
--disable-neon-version-check
'';
preBuild = ''