From e8a38cfda9adca7b59a6032105e959a55482154f Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 14 Mar 2001 15:08:01 +0000 Subject: Suppression du flag -L.. � la compil. Il posait probl�me. Me rappelle d�j� plus pourquoi. --- Perl/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perl/Makefile.PL b/Perl/Makefile.PL index 90b521a..00d9c32 100644 --- a/Perl/Makefile.PL +++ b/Perl/Makefile.PL @@ -15,4 +15,4 @@ Tk::MMutil::TkExtMakefile( 'VERSION_FROM' => 'Zinc.pm', 'XS_VERSION' => $Tk::Config::VERSION, 'INC' => "-I. -I$ARGV[1]", - 'LIBS' => ["-L/usr/X11R6/lib -lX11 -L.. -l$ARGV[0]"]); + 'LIBS' => ["-L/usr/X11R6/lib -lX11 -l$ARGV[0]"]); -- cgit v1.1