We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fefb5ee + 9e3e42a commit 4262bcdCopy full SHA for 4262bcd
1 file changed
configure.ac
@@ -174,7 +174,7 @@ esac
174
############### fermions
175
AC_ARG_ENABLE([fermion-instantiations],
176
[AS_HELP_STRING([--enable-fermion-instantiations=yes|no],[enable fermion instantiations])],
177
- [ac_FERMION_REPS=${enable_fermion_instantiations}], [ac_FERMION_INSTANTIATIONS=yes])
+ [ac_FERMION_INSTANTIATIONS=${enable_fermion_instantiations}], [ac_FERMION_INSTANTIATIONS=yes])
178
179
AM_CONDITIONAL(BUILD_FERMION_INSTANTIATIONS, [ test "${ac_FERMION_INSTANTIATIONS}X" == "yesX" ])
180
0 commit comments