aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Perl/Makefile.PL.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/Makefile.PL.in b/Perl/Makefile.PL.in
index fbe4430..fed7348 100644
--- a/Perl/Makefile.PL.in
+++ b/Perl/Makefile.PL.in
@@ -39,7 +39,7 @@ my $WIN = ($platform =~ /win/i);
push @C, @GENERIC_C ;
-my $NeededLibs = ['-L/usr/X11R6/lib -lXext -lX11 -GLU -lGL -L.'];
+my $NeededLibs = ['-L/usr/X11R6/lib -lXext -lX11 -lGLU -lGL -L.'];
if ($WIN) {
push @C, @WIN_C;