1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Correct misleading ac help string

This commit is contained in:
Daniel Richtmann 2021-02-22 15:17:07 +01:00
parent e3d019bc2f
commit c073e62e0b
No known key found for this signature in database
GPG Key ID: B33C490AF0772057

View File

@ -130,7 +130,7 @@ esac
############### fermions ############### fermions
AC_ARG_ENABLE([fermion-reps], AC_ARG_ENABLE([fermion-reps],
[AC_HELP_STRING([--fermion-reps=yes|no], [enable extra fermion representation support])], [AC_HELP_STRING([--enable-fermion-reps=yes|no], [enable extra fermion representation support])],
[ac_FERMION_REPS=${enable_fermion_reps}], [ac_FERMION_REPS=yes]) [ac_FERMION_REPS=${enable_fermion_reps}], [ac_FERMION_REPS=yes])
AM_CONDITIONAL(BUILD_FERMION_REPS, [ test "${ac_FERMION_REPS}X" == "yesX" ]) AM_CONDITIONAL(BUILD_FERMION_REPS, [ test "${ac_FERMION_REPS}X" == "yesX" ])