Skip to content

Commit 1ff9d90

Browse files
committed
Merge pull request #5 from MartinMcGrath/patch-1
Remove manual check for Ogg::LibOgg
2 parents 6618c2a + 1d99f06 commit 1ff9d90

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile.PL

-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ WriteMakefile(
1515
INC => '-I/usr/lib/include -I/opt/local/include -I/usr/lib',
1616
);
1717

18-
eval { require Ogg::LibOgg };
19-
if ($@) {
20-
die "Oops, we require Ogg::LibOgg!! $@"
21-
}
22-
2318
if (eval {require ExtUtils::Constant; 1}) {
2419
# If you edit these definitions to change the constants used by this module,
2520
# you will need to use the generated const-c.inc and const-xs.inc

0 commit comments

Comments
 (0)