[issue16987] HP-UX: SHLIB_EXT is not set

2013-01-17 Thread Stefan Krah
Changes by Stefan Krah : -- assignee: -> skrah keywords: +3.3regression resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue16987] HP-UX: SHLIB_EXT is not set

2013-01-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 937e9df47ccd by Stefan Krah in branch '3.3': Issue #16987: Fix definition of SHLIB_EXT. http://hg.python.org/cpython/rev/937e9df47ccd -- nosy: +python-dev ___ Python tracker

[issue16987] HP-UX: SHLIB_EXT is not set

2013-01-17 Thread Stefan Krah
New submission from Stefan Krah: Since 5e33b27c71a8 SHLIB_EXT is not set in configure.ac, since the block in which $SO is defined has been moved below this line: AC_DEFINE_UNQUOTED(SHLIB_EXT, "$SO", [Define this to be extension of shared libraries (including the dot!).]) This prevents extensi