This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients skrah
Date 2013-01-17.19:24:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358450686.82.0.952706053804.issue16987@psf.upfronthosting.co.za>
In-reply-to
Content
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 extension module loading on HP-UX.
History
Date User Action Args
2013-01-17 19:24:46skrahsetrecipients: + skrah
2013-01-17 19:24:46skrahsetmessageid: <1358450686.82.0.952706053804.issue16987@psf.upfronthosting.co.za>
2013-01-17 19:24:46skrahlinkissue16987 messages
2013-01-17 19:24:46skrahcreate