1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-14 09:15:41 +02:00
This commit is contained in:
Anthony Scemama 2023-01-25 11:02:36 +01:00
parent b288740292
commit f1bffe274b

View File

@ -471,10 +471,10 @@ AS_IF([test "x$enable_maintainer_mode" = "xyes"],
AM_CONDITIONAL([QMCKL_DEVEL],[test "x$QMCKL_DEVEL" != x])
AC_ARG_ENABLE([python],
[AS_HELP_STRING([--disable-python],
[Disable building Python binding])],
[AS_HELP_STRING([--enable-python],
[Enable building the Python binding])],
[enable_python=$enableval],
[enable_python=yes])
[enable_python=no])
AM_CONDITIONAL([HAVE_PYTHON],[test "x$enable_python" = "xyes"])