From 3c4bf492e5211e4196de872b823370670d8c56fc Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 29 Jan 2015 22:25:16 +0100 Subject: m4: Acutally report include path check before doing the check --- m4/ac_python_devel.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());"` -- cgit v1.1-32-gdbae