Skip to content

Commit 4262bcd

Browse files
authored
Merge pull request #38 from g-simonetti/pull_request
Update configure.ac
2 parents fefb5ee + 9e3e42a commit 4262bcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ esac
174174
############### fermions
175175
AC_ARG_ENABLE([fermion-instantiations],
176176
[AS_HELP_STRING([--enable-fermion-instantiations=yes|no],[enable fermion instantiations])],
177-
[ac_FERMION_REPS=${enable_fermion_instantiations}], [ac_FERMION_INSTANTIATIONS=yes])
177+
[ac_FERMION_INSTANTIATIONS=${enable_fermion_instantiations}], [ac_FERMION_INSTANTIATIONS=yes])
178178

179179
AM_CONDITIONAL(BUILD_FERMION_INSTANTIATIONS, [ test "${ac_FERMION_INSTANTIATIONS}X" == "yesX" ])
180180

0 commit comments

Comments
 (0)