summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2015-01-29 22:25:16 +0100
committerGravatar Martin Szulecki2015-01-29 22:25:16 +0100
commit3c4bf492e5211e4196de872b823370670d8c56fc (patch)
tree01a48c1e3bc8e905adea4ed1e5a9f1d4edee7563
parentdfac6253be21556bec620eb25aa6adac99da2c64 (diff)
downloadlibplist-3c4bf492e5211e4196de872b823370670d8c56fc.tar.gz
libplist-3c4bf492e5211e4196de872b823370670d8c56fc.tar.bz2
m4: Acutally report include path check before doing the check
-rw-r--r--m4/ac_python_devel.m42
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());"`