~ubuntu-branches/ubuntu/wily/gnome-build/wily

« back to all changes in this revision

Viewing changes to src/backends/libgbf_am/GBF/AmFiles.pm

  • Committer: Bazaar Package Importer
  • Author(s): Rob Bradford
  • Date: 2008-09-24 22:23:00 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080924222300-td15smr2fr5fsfjd
Tags: 2.24.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
535
535
    } else {
536
536
        ## Could not find any proper place to put the new variable.
537
537
        ## Just putting it on top.
538
 
        $configure_in->{'contents'} =~ s/AC_OUTPUT/PKG_CHECK_MODULES($module, $packages)\nAC_SUBST(${module}_CFLAGS)\nAC_SUBST(${module}_LIBS)\n\nAC_OUTPUT/sm;
 
538
        $configure_in->{'contents'} =~ s/AC_OUTPUT/PKG_CHECK_MODULES($module, $packages)\nAC_OUTPUT/sm;
539
539
    }
540
540
    $configure_in->{"dirty"} = 1;
541
541
}