Mercurial > libpst
diff configure.in @ 380:1e1970f93f94 stable-0-6-72
allow all 7 days in bydays recurring appointment, update for fedora python packaging
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 01 Aug 2018 08:15:34 -0700 |
parents | ad7b880ad3d1 |
children | 2379a4d8d9c7 |
line wrap: on
line diff
--- a/configure.in Thu Dec 07 08:51:09 2017 -0800 +++ b/configure.in Wed Aug 01 08:15:34 2018 -0700 @@ -326,12 +326,12 @@ if test "$ax_python_bin" = "no"; then AC_MSG_ERROR(python binary not found) fi - py_ver=`echo $ax_python_bin | cut -c7-` + PYTHON_VERSION=`echo $ax_python_bin | cut -c7-` + # find the flags for that version - AC_PYTHON_DEVEL([$py_ver]) - PYTHON_INCLUDE_DIR=`echo $python_path | cut -c3-` - AC_SUBST([PYTHON_INCLUDE_DIR]) - # do we have boost python + AX_PYTHON_DEVEL([$PYTHON_VERSION]) + + # do we have boost python? AX_BOOST_PYTHON if test "$ac_cv_boost_python" = "no"; then AC_MSG_ERROR(boost python not found)