----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13194/ -----------------------------------------------------------
Review request for mesos, Ben Mahler, Brenden Matthews, and Vinod Kone. Repository: mesos-git Description ------- This fix relies on AX_PYTHON_DEVEL from GNU autoconf-archive. It doesn't require 'python-config' like the patch at https://reviews.apache.org/r/11114. It's still a bit kludgy because of the interplay between AM_PATH_PYTHON and AX_PYTHON_DEVEL, but I think it will be reliable. Diffs ----- configure.ac 15ada8f84455ed21174f4d831cf3cf1aec3aea73 m4/ax_python_devel.m4 PRE-CREATION Diff: https://reviews.apache.org/r/13194/diff/ Testing ------- $ configure PYTHON=python PYTHON_VERSION=2.6 ... error $ configure PYTHON=python2.6 ... success $ configure PYTHON_VERSION=2.6 ... success $ configure ... success Thanks, Benjamin Hindman
