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