From 9ccca204585ba216f815ef77aac63969e6b82936 Mon Sep 17 00:00:00 2001 From: "tor%cs.brown.edu" Date: Fri, 5 May 2000 04:32:50 +0000 Subject: [PATCH] Patch from andreas.otte@primus-online.de to add an "--enable-svg" option to configure. Defaults to not building svg. --- allmakefiles.sh | 12 ++++++++++++ config/autoconf.mk.in | 1 + configure.in | 10 ++++++++++ layout/build/Makefile.in | 4 ++++ layout/svg/base/src/Makefile.in | 1 + 5 files changed, 28 insertions(+) diff --git a/allmakefiles.sh b/allmakefiles.sh index 3ab7bd462f6..1e9692decfe 100755 --- a/allmakefiles.sh +++ b/allmakefiles.sh @@ -755,6 +755,18 @@ if [ "$MOZ_MATHML" ]; then END_MATHML_MAKEFILES fi +# layout/svg +if [ "$MOZ_SVG" ]; then + add_makefiles < $@ diff --git a/layout/svg/base/src/Makefile.in b/layout/svg/base/src/Makefile.in index 742199a06bf..95da3f44b43 100644 --- a/layout/svg/base/src/Makefile.in +++ b/layout/svg/base/src/Makefile.in @@ -32,6 +32,7 @@ LIBRARY_NAME = raptorsvgbase_s CPPSRCS = \ nsSVGContainerFrame.cpp \ nsPolygonFrame.cpp \ + nsPolylineFrame.cpp \ $(NULL) include $(topsrcdir)/config/config.mk