prepare for the release of rrdtool-1.2.5
[rrdtool.git] / bindings / perl-shared / Makefile.PL
index 1701ded..4fb14e5 100644 (file)
@@ -4,7 +4,7 @@ use Config;
 # the contents of the Makefile that is written.
 
 # Specify the location of the archive containing PIC compiled object files.
-my $R = $^O eq 'Linux' ? "-Wl,--rpath -Wl," : "-R" ;
+my $R = $^O eq 'linux' ? "-Wl,--rpath -Wl," : "-R" ;
 my $librrd = "-L../../src/.libs/ $R\$(RPATH) -lrrd";
 
 WriteMakefile(