mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 20:42:50 +01:00
Fix #95
This commit is contained in:
parent
b288740292
commit
f1bffe274b
@ -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"])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user