diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2001-03-24 06:37:25 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2001-03-24 06:37:25 +0000 |
| commit | 89eb12f60cb4a21c710e49f5e33248222667199d (patch) | |
| tree | e46b5137c8319ff0b630cd991a41e1c1ceec8c2e /mail/fetchmail/files/patch-aclocal.m4 | |
| parent | Patch this so it compiles. (diff) | |
Commit the least objectionable of the possible fixes... maintainer, et al
can argue about the rest later, let's get the thing fixed first. This is
a combination of my fix and Peter Pentchev's.
Notes
Notes:
svn path=/head/; revision=40308
Diffstat (limited to 'mail/fetchmail/files/patch-aclocal.m4')
| -rw-r--r-- | mail/fetchmail/files/patch-aclocal.m4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/fetchmail/files/patch-aclocal.m4 b/mail/fetchmail/files/patch-aclocal.m4 new file mode 100644 index 000000000000..c7aac731d7a8 --- /dev/null +++ b/mail/fetchmail/files/patch-aclocal.m4 @@ -0,0 +1,12 @@ +--- aclocal.m4 2001/03/20 09:46:26 1.3 ++++ aclocal.m4 2001/03/23 11:09:05 +@@ -177,6 +177,9 @@ + INSTOBJEXT=.mo + fi + fi ++ if test "$gt_cv_func_gettext_libintl" = "yes"; then ++ INTLLIBS='-lintl' ++ fi + ]) + + if test "$CATOBJEXT" = "NONE"; then |
