GNOME Bugzilla – Bug 702611
configure requires Python to be present even when passed --disable-python
Last modified: 2013-06-19 09:55:18 UTC
To see the problem: 1. Temporarily uninstall or rename your Python binary (typically /usr/bin/python3.3) so that it is unavailable. 2. Attempt to configure gedit without Python: $ ./configure --disable-python configure will complain and abort: checking for a Python interpreter with version >= 3.2.3... none configure: error: no suitable Python interpreter found Instead, gedit should build without Python in this situation.
https://git.gnome.org/browse/gedit/commit/?id=661b8d682ebb92ea3289ce9b961d6888815d07e3 This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Thanks, Garrett! I think this is worth backporting to 3.8. (The user who recently reported this problem on the mailing list was building that version, by the way.)
Done.