summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-26 01:20:01 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-26 01:20:01 +0000
commit74f9c0e07568c37eeac373471d2ed9796a486638 (patch)
tree320ff4db9cc65eda66a0903200db5489b0d57c57 /Makefile.config
parent553c4aac8bf369ae7b9a61e702279b7ef55eae44 (diff)
downloadnetsurf-74f9c0e07568c37eeac373471d2ed9796a486638.tar.gz
netsurf-74f9c0e07568c37eeac373471d2ed9796a486638.tar.bz2
Added PDF export to Amiga port.
svn path=/trunk/netsurf/; revision=5203
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.config b/Makefile.config
index 85685a2e5..8c5946e2a 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -151,10 +151,6 @@ ifeq ($(TARGET),amiga)
# Valid options: YES, NO, AUTO
NETSURF_USE_ROSPRITE := YES
- # Use libharu to enable PDF export and GTK printing support.
- # Valid options: YES, NO
- NETSURF_USE_HARU_PDF := NO
-
# Enable using Hubbub to parse HTML rather than libxml2
# Valid options: YES, NO, AUTO
NETSURF_USE_HUBBUB := YES