forked from mirrors/nixpkgs
* 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 a new issue