1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

svn path=/nixpkgs/trunk/; revision=19904

This commit is contained in:
Eelco Dolstra 2010-02-10 13:37:28 +00:00
parent 31b1ba6b11
commit 3beabfeb59

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
configureFlags =
# Don't use accept4 because it's only supported on Linux >= 2.6.28.
[ " apr_cv_accept4=no" ]
[ "apr_cv_accept4=no" ]
# Including the Windows headers breaks unistd.h.
# Based on ftp://sourceware.org/pub/cygwin/release/libapr1/libapr1-1.3.8-2-src.tar.bz2
++ stdenv.lib.optional (stdenv.system == "i686-cygwin") "ac_cv_header_windows_h=no";