diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-10-08 13:03:57 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-10-10 14:42:16 -0500 |
commit | 50e5332889c699f16264671aa3c8cfcfb79ef9bd (patch) | |
tree | fc5e0fc5f36a7e07a15263c5a336b2b79633052e /configure.ac | |
parent | 96f9c530ea38585aced7bf1a6abe50d3d3911c37 (diff) | |
download | mediagoblin-50e5332889c699f16264671aa3c8cfcfb79ef9bd.tar.lz mediagoblin-50e5332889c699f16264671aa3c8cfcfb79ef9bd.tar.xz mediagoblin-50e5332889c699f16264671aa3c8cfcfb79ef9bd.zip |
Moved where the python init command was
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 77b1eedd..98a08397 100644 --- a/configure.ac +++ b/configure.ac @@ -69,6 +69,11 @@ dnl dnl In this section, we check for the presence of important commands dnl and programs. +dnl--A bit simpler python init---------------------------------------- +dnl Expect python2.7 or python2.6 unless --with-python3 is given. +dnl---- + + AC_ARG_WITH([python3], [AS_HELP_STRING([--with-python3], [Set up to use Python 3 by default.])], [], @@ -84,12 +89,6 @@ AS_IF([test "x$with_python3" != xno], [No acceptable pythons (2.7, 2.6) could be found])])) - -dnl--A bit simpler python init---------------------------------------- -dnl Expect python2.7 or python2.6 unless --with-python3 is given. -dnl---- - - dnl--PC_INIT---------------------------------------------------------- dnl This is the only required macro. Its primary function is to find dnl a Python interpreter that is compatible with the package and set |