]> granicus.if.org Git - python/commit
When building sqlite3, the directory where sqlite.h was found was
authorBrett Cannon <brett@python.org>
Tue, 7 Jun 2011 03:09:10 +0000 (20:09 -0700)
committerBrett Cannon <brett@python.org>
Tue, 7 Jun 2011 03:09:10 +0000 (20:09 -0700)
commitc5011fe22784aa76d72575c74fe9f6b32f5632ce
tree33ba63d574f82856820b2f7389c2b9524ac5e933
parent149b1c779781f5688caa746ea9e9f7eed8d44bee
When building sqlite3, the directory where sqlite.h was found was
always appended to the include directories regardless of whether it
was already in the list of directories. This could cause issue if
sqlite was installed in the same location as another install of
Python. Now a check is done to make sure the directory is not included
twice.
Misc/NEWS
setup.py