Mercurial > pidgin.yaz
changeset 6512:22acbf225a53
[gaim-migrate @ 7029]
(21:06:20) LSchiere: i can't compile even with --disable-perl
(21:06:30) LSchiere: plugins/perl/Makefile.am:8: variable `PERL_LDFLAGS' not defined
(21:06:43) ChipX86: oops, that should be PERL_LIBS
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 20 Aug 2003 01:10:32 +0000 |
parents | 92f1a07d78c1 |
children | 63c449a1022f |
files | plugins/perl/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/perl/Makefile.am Wed Aug 20 01:03:34 2003 +0000 +++ b/plugins/perl/Makefile.am Wed Aug 20 01:10:32 2003 +0000 @@ -5,7 +5,7 @@ plugin_LTLIBRARIES = perl.la perl_la_LDFLAGS = -module -avoid-version $(PERL_LIBS) -perl_la_LIBADD = $(PERL_LDFLAGS) +perl_la_LIBADD = $(PERL_LIBS) perl_la_SOURCES = \ perl.c \ perl-common.c