diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-06-14 21:03:05 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-06-14 21:03:05 +0000 |
commit | dd51b4a2e7c55aa6b57c0f83659f88eff22d65f9 (patch) | |
tree | 9712ee6a93cb1526ed38d22f09c862af22bd05d1 /pyconfig.h.in | |
parent | 4496ce5cdada70873d8effdc7d5a2d9047f57a16 (diff) | |
download | cpython-dd51b4a2e7c55aa6b57c0f83659f88eff22d65f9.tar.gz |
Patch #752671: NetBSD needs to link libintl to _locale.so.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 2f14b84316..e0e2f5bf0a 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -781,6 +781,9 @@ Dyld is necessary to support frameworks. */ #undef WITH_DYLD +/* Define to 1 if libintl is needed for locale functions. */ +#undef WITH_LIBINTL + /* Define if you want to produce an OpenStep/Rhapsody framework (shared library plus accessory files). */ #undef WITH_NEXT_FRAMEWORK |