GNU Guile: Use the right configure option name.
svn path=/nixpkgs/trunk/; revision=32154
This commit is contained in:
parent
1d44b332ed
commit
452cdc59f1
@ -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 {}))
|
||||
|
Loading…
Reference in New Issue
Block a user