From aecf9bc207c0f2636612274d57d8bfac0d6998fa Mon Sep 17 00:00:00 2001 From: tchernobog Date: Tue, 31 Jan 2006 20:18:19 +0000 Subject: [PATCH] - Fix typo git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@276 3ecf2c5c-341e-0410-92b4-d18e462d057c --- 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 eee6374..7e7e6e4 100644 --- a/m4/ac_python_devel.m4 +++ b/m4/ac_python_devel.m4 @@ -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