~ubuntu-branches/ubuntu/trusty/pdl/trusty-proposed

« back to all changes in this revision

Viewing changes to Lib/GSL/DIFF/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-12-05 12:37:41 UTC
  • mfrom: (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091205123741-ilqkc9s4zlk71z13
Tags: 1:2.4.5+dfsg-2ubuntu1
* Merge from debian testing (LP: #492898), remaining changes:
  - debian/perldl.conf: Enabled NAN support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  $forcebuild=1;
49
49
}
50
50
 
51
 
if ($^O =~ /win32/i) {
52
 
  $msg = "\n\tWin32 systems not yet supported. Will not build PDL::GSL::DIFF\n";
53
 
  $skip=1 unless $forcebuild;
54
 
}
55
 
 
56
51
if (($skip && !$forcebuild) ||
57
52
    !gsl_diff_links_ok($GSL_libs, $GSL_includes)) {
58
53
  warn "trying to force GSL build but link test failed\n".