- Fix typo
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@276 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
8d5645d9d6
commit
aecf9bc207
|
@ -65,7 +65,7 @@ to something else than an empty string.
|
|||
print distutils.sysconfig.get_python_inc();"`
|
||||
AC_MSG_RESULT([$python_path])
|
||||
if test -z "${python_path}"; then
|
||||
AC_MSG_WARN([cannot get include path. Please set it by hand.])
|
||||
AC_MSG_WARN([none. Please set PYTHON_CPPFLAGS by hand.])
|
||||
else
|
||||
python_path="-I$python_path"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue