1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-14 01:05:41 +02:00

Fix bug in configure

This commit is contained in:
Anthony Scemama 2022-09-28 17:58:50 +02:00
parent 5c62bc1c71
commit de6b2d27f3

View File

@ -279,7 +279,7 @@ AC_ARG_ENABLE([doc],
[enable_doc=$withval],
[enable_doc=yes])
AM_CONDITIONAL([HAVE_DOC],[test "x$enable_doc" = "no"])
AM_CONDITIONAL([HAVE_DOC],[test "x$enable_doc" = "xyes"])
# Enable Verificarlo tests
AC_ARG_ENABLE([vfc_ci],