Skip to content

Commit

Permalink
Elminate use of Glib include files by XS code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed Mar 20, 2012
1 parent d9380fb commit 3ed1a66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions r2/Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ use Marpa::R2::Build_Me;
use Marpa::R2::Config;

my %glib2_info = ExtUtils::PkgConfig->find('glib-2.0');
my $glib_compiler_flags = $glib2_info{cflags};
my $glib_linker_flags = $glib2_info{libs};

my %build_requires =
Expand Down Expand Up @@ -114,7 +113,6 @@ my $build = Marpa::R2::Build_Me->new(
configure_requires => \%configure_requires,
build_requires => \%build_requires,
dynamic_config => 1,
extra_compiler_flags => $glib_compiler_flags,
extra_linker_flags => $glib_linker_flags,
PL_files => {},
pm_files => \%pm_files,
Expand Down

0 comments on commit 3ed1a66

Please sign in to comment.