1 Correct a build issue that occurs when python is not found
2 in the path. This check should only be done if swig-python
5 Signed-off-by Clayton Shotwell <clshotwe@rockwellcollins.com>
7 --- a/configure.ac 2015-05-15 12:28:07.566060349 -0500
8 +++ b/configure.ac 2015-05-28 15:07:25.357072800 -0500
15 AC_ARG_ENABLE(swig-python,
16 AC_HELP_STRING([--enable-swig-python],
17 [build SWIG interfaces for Python]),
19 if test ${do_swigify} = no; then