Skip to content

Commit

Permalink
Merge pull request #5 from illwieckz/pybind11
Browse files Browse the repository at this point in the history
Fix configure error when --disable-python is set
  • Loading branch information
codereader committed Sep 7, 2017
2 parents 60d0e60 + 5b52e6b commit a33c66a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -241,6 +241,8 @@ then
AC_SUBST([PYBIND11_CPPFLAGS])
AC_SUBST([SYSTEM_HAS_PYBIND11]) # Used by Makefile.am in plugins/script/
fi
else
AM_CONDITIONAL([SYSTEM_HAS_PYBIND11], [false])
fi

# dynamic link library
Expand Down

0 comments on commit a33c66a

Please sign in to comment.