Re: plpython win32

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: plpython win32
Дата
Msg-id 200409242338.07656.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: plpython win32  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-patches
Magnus Hagander wrote:
> No. Not that one. PGAC_PATH_PYTHON. That is a different line. It's
> defined in config/python.m4. The line is:
>
> python_includespec="-I${python_prefix}/include/python${python_version
>}"

Are we reading the same code?

# PGAC_PATH_PYTHON
# ----------------
# Look for Python and set the output variable 'PYTHON'
# to 'python' if found, empty otherwise.
AC_DEFUN([PGAC_PATH_PYTHON],
[AC_PATH_PROG(PYTHON, python)
if test x"$PYTHON" = x""; then
  AC_MSG_ERROR([Python not found])
fi
])

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


В списке pgsql-patches по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: plpython win32
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: plpython win32