[issue21285] refactor anfd fix curses configure checks

2014-04-17 Thread Matthias Klose

Matthias Klose added the comment:

looks like with this change the curses extension isn't built anymore on Solaris.

--
nosy: +haypo

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21285] refactor anfd fix curses configure checks

2014-04-17 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 1bc0a8310b9f by doko in branch '2.7':
- Issue #21285: Refactor and fix curses configure check to always search
http://hg.python.org/cpython/rev/1bc0a8310b9f

New changeset 635817da596d by doko in branch '3.4':
- Issue #21285: Refactor and fix curses configure check to always search
http://hg.python.org/cpython/rev/635817da596d

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21285] refactor anfd fix curses configure checks

2014-04-17 Thread Thomas Wouters

Thomas Wouters added the comment:

Good fix. Do remove the 'first curses header check' comment you add, and don't 
forget to regenerate configure (and maybe pyconfig.h.in? I don't know if 
that'll change.)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21285] refactor anfd fix curses configure checks

2014-04-17 Thread Matthias Klose

Changes by Matthias Klose :


--
nosy: +twouters

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21285] refactor anfd fix curses configure checks

2014-04-17 Thread Matthias Klose

New submission from Matthias Klose:

this refactors the curses configure checks, and fixes the build with ncursesw.  
In it's current form the curses feature checks are run without the additional 
include path which leads to wrong results if the only the nurses headers are 
installed.

--
components: Build
files: ncurses-configure.diff
keywords: patch
messages: 216704
nosy: doko
priority: normal
severity: normal
status: open
title: refactor anfd fix curses configure checks
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file34949/ncurses-configure.diff

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21285] refactor anfd fix curses configure checks

2014-04-17 Thread Matthias Klose

Changes by Matthias Klose :


--
versions: +Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com