diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ac_python_devel.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ac_python_devel.m4 b/m4/ac_python_devel.m4 index f7eb79a..545c607 100644 --- a/m4/ac_python_devel.m4 +++ b/m4/ac_python_devel.m4 @@ -150,10 +150,10 @@ $ac_distutils_result]) # # Check for Python include path # + AC_MSG_CHECKING([for Python include path]) if type $PYTHON-config; then PYTHON_CPPFLAGS=`$PYTHON-config --includes` fi - AC_MSG_CHECKING([for Python include path]) if test -z "$PYTHON_CPPFLAGS"; then python_path=`$PYTHON -c "import distutils.sysconfig; \ print(distutils.sysconfig.get_python_inc());"` |