diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-01-01 16:04:23 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-01-01 16:04:23 (GMT) |
commit | d78735d8e32411a20fc31a78e705f4c067b4344f (patch) | |
tree | 89ee63b6c0a7cc94af1ea058121b668c6d60de4b /Makefile.pre.in | |
parent | b7b0019a2e8cab7c26cb0a5121496c7c6c5ea8de (diff) | |
download | cpython-d78735d8e32411a20fc31a78e705f4c067b4344f.zip cpython-d78735d8e32411a20fc31a78e705f4c067b4344f.tar.gz cpython-d78735d8e32411a20fc31a78e705f4c067b4344f.tar.bz2 |
Merged revisions 77212-77215 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77212 | benjamin.peterson | 2010-01-01 09:16:29 -0600 (Fri, 01 Jan 2010) | 1 line
use pkg-config to find the libffi headers when --with-system-ffi is used #6943
........
r77213 | benjamin.peterson | 2010-01-01 09:18:38 -0600 (Fri, 01 Jan 2010) | 1 line
add note
........
r77214 | benjamin.peterson | 2010-01-01 09:20:06 -0600 (Fri, 01 Jan 2010) | 1 line
fix indentation
........
r77215 | benjamin.peterson | 2010-01-01 09:21:13 -0600 (Fri, 01 Jan 2010) | 1 line
allow --with-dbmliborder to specify that no dbm modules will be built #6491
........
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 82264e5..86d077c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -214,6 +214,8 @@ GRAMMAR_C= $(srcdir)/Python/graminit.c GRAMMAR_INPUT= $(srcdir)/Grammar/Grammar +LIBFFI_INCLUDEDIR= @LIBFFI_INCLUDEDIR@ + ########################################################################## # Parser PGEN= Parser/pgen$(EXE) |