Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Python's configure can't detect these two options when cross | |
| 2 # compiling so we pre-seed it with the answers. | |
| 1 ac_cv_file__dev_ptmx=no | 3 ac_cv_file__dev_ptmx=no |
| 2 ac_cv_file__dev_ptc=no | 4 ac_cv_file__dev_ptc=no |
| 5 | |
| 6 # Force python's configure to think that _POSIX_THREADS is defined | |
| 7 # in unistd.h even though under newlib it is not. | |
| 8 # TODO(sbc): Remove this once newlib is fixed: | |
| 9 # https://code.google.com/p/nativeclient/issues/detail?id=3551 | |
| 10 ac_cv_pthread=yes | |
| OLD | NEW |