Moved where the python init command was
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 8 Oct 2014 18:03:57 +0000 (13:03 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 10 Oct 2014 19:42:16 +0000 (14:42 -0500)
configure.ac

index 77b1eeddfeb82c0f6ac3cbb1ae304d51d8393036..98a083978e15bc765396a4cbb4958cdf315dce3c 100644 (file)
@@ -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