From: Wulf C. Krueger Date: Sat, 6 Oct 2012 09:37:44 +0000 (+0200) Subject: configure.ac: Add a --without-python option. X-Git-Tag: v195~100 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=78fbaacac004f912ec84b6f57d0bc656c3c95439;hp=78fbaacac004f912ec84b6f57d0bc656c3c95439;p=elogind.git configure.ac: Add a --without-python option. Being able to be explicit about Python support (in addition to the default of auto-detecting it) and acting upon the result, specifying it as an option gains us more control about both dependencies and the resulting build. Furthermore, relying purely on auto-detection can lead to problems for source-based distros. E. g. systemd being built before *both* 32-bit & 64-bit ABIs are installed will lead to build failures as systemd's build system will pick up either 32-/64-bit Python, conclude both are available and fail if that's not the case. ---