- Fix typo

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@276 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-01-31 20:18:19 +00:00
parent 8d5645d9d6
commit aecf9bc207
1 changed files with 1 additions and 1 deletions

View File

@ -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