X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=5b32e26db9426aed2782d8b773d19789b86b43ea;hb=3d74c991b04a9864b97813c6250ecca0b8bac34f;hp=b6741703207b7a4bce2df82ac9345cca423b713d;hpb=ec84a9ed7f5ad9eb0fc1186429748d934fd0f589;p=babeltrace.git diff --git a/configure.ac b/configure.ac index b6741703..5b32e26d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.5.1],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) +AC_INIT([babeltrace],[1.5.2],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0]) AC_CONFIG_HEADERS([config.h]) @@ -142,6 +142,7 @@ AS_CASE([$host_os], [cygwin*], [ LT_NO_UNDEFINED="-no-undefined" + DEFAULT_ENABLE_DEBUG_INFO=no ] ) @@ -239,7 +240,7 @@ AM_CONDITIONAL([USE_PYTHON], [test "x${enable_python:-yes}" = xyes]) if test "x${enable_python:-yes}" = xyes; then AX_PKG_SWIG($swig_version, [], [ AC_MSG_ERROR([SWIG $swig_version or newer is needed]) ]) - AM_PATH_PYTHON + AM_PATH_PYTHON([3.0], [], [ AC_MSG_ERROR([Python 3.0 or newer is needed]) ]) AM_PATH_PYTHON_MODULES([PYTHON]) # pythondir is the path where extra modules are to be installed