# HG changeset patch # User Luke Schierer # Date 1061341832 0 # Node ID 22acbf225a539fb1fc1364cbd6f96ca95a4ff16b # Parent 92f1a07d78c12c74c25ed2cb460c4fc7adfd2de1 [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 diff -r 92f1a07d78c1 -r 22acbf225a53 plugins/perl/Makefile.am --- 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