]> granicus.if.org Git - graphviz/commit
remove useless juggling of CPPFLAGS in Python 2 detection
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 19:59:13 +0000 (12:59 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Jun 2021 01:26:02 +0000 (18:26 -0700)
commit9c4bd434bb1d00f018a584d77f4f0acf04e978de
tree26817b05b41e5fc9e1b70b697561f5bb5ccf04b5
parent305fc161f756b517c9031c92086ed96bb81c192f
remove useless juggling of CPPFLAGS in Python 2 detection

This was copied from the unified Python support in
32466ecc452102a1fc84f4331c0ed099da4e7edc without noticing Python 2 needs no
tweaking of the CPPFLAGS. Related to #1992.
configure.ac