diff options
author | Barry Warsaw <barry@list.org> | 2008-11-03 21:25:20 -0500 |
---|---|---|
committer | Barry Warsaw <barry@list.org> | 2008-11-03 21:25:20 -0500 |
commit | 392554b8de4641c8ac9c5ca1e062919a64ecd020 (patch) | |
tree | fcfcedcc1070646de51bb0867f7fd6f61d2a7f44 /misc | |
parent | 6ae21d1e872716962ca606e7495ef144de82cbcf (diff) | |
download | mailman2-392554b8de4641c8ac9c5ca1e062919a64ecd020.tar.gz mailman2-392554b8de4641c8ac9c5ca1e062919a64ecd020.tar.xz mailman2-392554b8de4641c8ac9c5ca1e062919a64ecd020.zip |
Try to guess whether the email package is actually needed or not.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in index 804f140d..f57df8c8 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -53,7 +53,7 @@ SETUPINSTOPTS= --install-lib $(DESTDIR)$(PYTHONLIBDIR) \ SETUPCMD= setup.py --quiet install $(SETUPINSTOPTS) PKGDIR= $(srcdir) -EMAILPKG= email-2.5.8 +EMAILPKG= @EMAILPKG@ JACODECSPKG= JapaneseCodecs-1.4.11 KOCODECSPKG= KoreanCodecs-2.0.5 |