make lack of python not fatal

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1538 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.0
Stéphane Fillod, F8CFE 2003-09-21 20:25:07 +00:00
rodzic 05e119af46
commit a7f55c71fa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,7 @@ AC_DEFUN([PYTHON_DEVEL],[
done
AC_MSG_RESULT([$python_path])
if test -z "$python_path" ; then
AC_MSG_ERROR([cannot find Python include path])
AC_MSG_WARN([cannot find Python include path])
fi
AC_SUBST(PYTHON_CPPFLAGS,[-I$python_path])
])