]> granicus.if.org Git - python/commit
When _locale became a built-in module it was discovered that ``-lintl`` was not
authorBrett Cannon <bcannon@gmail.com>
Sun, 7 Jun 2009 20:09:53 +0000 (20:09 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 7 Jun 2009 20:09:53 +0000 (20:09 +0000)
commitc6d936e23f75d6de6c9eb50d5b380d33fb823825
tree60d586d6e4fddaf3ca5e365bb6d084b1d84b7572
parentb7a515609d5029772243c1c7cda807cfd9bb9f4a
When _locale became a built-in module it was discovered that ``-lintl`` was not
added as a build flag as needed. This then led to the discovery that OS X
framework builds did not have the LIBS var to pick up this flag.

Fixes issue #6154. Thanks to Benjamin Peterson, Roumen Petrov, Erick Tryzelaar,
Mark Dickinson, Evan Behar, and Ronald Oussoren for helping.
Makefile.pre.in
Misc/NEWS
configure
configure.in