GNU Guile: Use the right configure option name.

svn path=/nixpkgs/trunk/; revision=32154
This commit is contained in:
Ludovic Courtès 2012-02-09 10:07:42 +00:00
parent 1d44b332ed
commit 452cdc59f1

View file

@ -76,6 +76,6 @@
then {
# XXX: Thread support is currently broken on FreeBSD (namely the
# `SCM_I_IS_THREAD' assertion in `scm_spawn_thread' is hit.)
configureFlags = [ "--disable-threads" ];
configureFlags = [ "--without-threads" ];
}
else {}))