diff options
| author | 2015-01-29 22:25:16 +0100 | |
|---|---|---|
| committer | 2015-01-29 22:25:16 +0100 | |
| commit | 3c4bf492e5211e4196de872b823370670d8c56fc (patch) | |
| tree | 01a48c1e3bc8e905adea4ed1e5a9f1d4edee7563 | |
| parent | dfac6253be21556bec620eb25aa6adac99da2c64 (diff) | |
| download | libplist-3c4bf492e5211e4196de872b823370670d8c56fc.tar.gz libplist-3c4bf492e5211e4196de872b823370670d8c56fc.tar.bz2 | |
m4: Acutally report include path check before doing the check
| -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]) | |||
| 150 | # | 150 | # |
| 151 | # Check for Python include path | 151 | # Check for Python include path |
| 152 | # | 152 | # |
| 153 | AC_MSG_CHECKING([for Python include path]) | ||
| 153 | if type $PYTHON-config; then | 154 | if type $PYTHON-config; then |
| 154 | PYTHON_CPPFLAGS=`$PYTHON-config --includes` | 155 | PYTHON_CPPFLAGS=`$PYTHON-config --includes` |
| 155 | fi | 156 | fi |
| 156 | AC_MSG_CHECKING([for Python include path]) | ||
| 157 | if test -z "$PYTHON_CPPFLAGS"; then | 157 | if test -z "$PYTHON_CPPFLAGS"; then |
| 158 | python_path=`$PYTHON -c "import distutils.sysconfig; \ | 158 | python_path=`$PYTHON -c "import distutils.sysconfig; \ |
| 159 | print(distutils.sysconfig.get_python_inc());"` | 159 | print(distutils.sysconfig.get_python_inc());"` |
