mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
* Doh!
svn path=/nixpkgs/trunk/; revision=2074
This commit is contained in:
parent
8882b48fb0
commit
6737187428
@ -24,9 +24,9 @@ configureFlags="-v -prefix $out -system-zlib -system-libpng -system-libjpeg"
|
||||
dontAddPrefix=1
|
||||
|
||||
if test -n "$threadSupport"; then
|
||||
configureFlags="-thread";
|
||||
configureFlags="-thread $configureFlags";
|
||||
else
|
||||
configureFlags="-no-thread";
|
||||
configureFlags="-no-thread $configureFlags";
|
||||
fi
|
||||
|
||||
if test -n "$xftSupport"; then
|
||||
|
Loading…
Reference in New Issue
Block a user