diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-04 17:03:40 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-04 17:03:40 +0000 |
| commit | 49c06d4961ac7b75155552eec449a85c90b8e1bb (patch) | |
| tree | cc996041b8e1d05a4f1b28ec8805d7bc9ef79cb8 /src | |
| parent | Use our own font_description_better_match which takes into account font-stret... (diff) | |
| download | inkscape-49c06d4961ac7b75155552eec449a85c90b8e1bb.tar.gz inkscape-49c06d4961ac7b75155552eec449a85c90b8e1bb.zip | |
Drop unused internal Python and Perl config checks
Fixed bugs:
- https://launchpad.net/bugs/167955
(bzr r12172)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2a4e2960c..b3aa5f60c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,8 +44,6 @@ all_libs = \ $(kdeldadd) \ $(win32ldflags) \ $(CARBON_LDFLAGS) \ - $(PERL_LIBS) \ - $(PYTHON_LIBS) \ $(INKBOARD_LIBS) \ $(LIBWPG_LIBS) \ $(LIBVISIO_LIBS) \ @@ -66,7 +64,6 @@ BUILT_SOURCES = EXTRA_DIST = AM_CPPFLAGS = \ - $(PERL_CFLAGS) $(PYTHON_CFLAGS) \ $(EXIF_CFLAGS) \ $(FREETYPE_CFLAGS) \ $(GNOME_PRINT_CFLAGS) \ |
