Douglas Schilling Landgraf has uploaded a new change for review. Change subject: configure.ac: check python-pthreading module ......................................................................
configure.ac: check python-pthreading module Adding AX_PYTHON_MODULE macro to check if python-pthreading module is installed. Change-Id: I71eb94f8081159013bfb145bf29025998ff5905c Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M configure.ac 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/98/9198/1 diff --git a/configure.ac b/configure.ac index 17ec6ce..5d8b238 100644 --- a/configure.ac +++ b/configure.ac @@ -125,6 +125,7 @@ # Checking for python modules (sorted, please keep in order) AX_PYTHON_MODULE([ethtool], [fatal]) AX_PYTHON_MODULE([libvirt], [fatal]) +AX_PYTHON_MODULE([pthreading], [fatal]) # External programs (sorted, please keep in order) AC_PATH_PROG([BLKID_PATH], [blkid], [/sbin/blkid]) -- To view, visit http://gerrit.ovirt.org/9198 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I71eb94f8081159013bfb145bf29025998ff5905c Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
