Commit 0fa8ecd418b55b23af263f0dd302e1be2d312a2b

Authored by Jürgen Knödlseder
1 parent 5eb28d7a

Add HAVE_SETUPTOOLS to AM_CONDITIONAL

Showing 1 changed file with 1 additions and 0 deletions
configure.ac
... ... @@ -813,6 +813,7 @@ fi
813 813 AM_CONDITIONAL(WITH_PYTHON, test "x$enable_python" = "xyes")
814 814 AM_CONDITIONAL(HAVE_SWIG, test "x$has_swig" = "xyes")
815 815 AM_CONDITIONAL(HAVE_WRAPPERS, test "x$has_wrappers" = "xyes")
  816 +AM_CONDITIONAL(HAVE_SETUPTOOLS, test "x$has_setuptools" = "xyes")
816 817 AM_CONDITIONAL(BUILD_WRAPPERS, test "x$build_wrappers" = "xyes")
817 818  
818 819 # Set Python environment
... ...