summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xamiga/gui_options.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/amiga/gui_options.c b/amiga/gui_options.c
index 97a18d036..128496caa 100755
--- a/amiga/gui_options.c
+++ b/amiga/gui_options.c
@@ -208,8 +208,12 @@ void ami_gui_opts_setup(void)
tabs[4] = (char *)ami_utf8_easy((char *)messages_get("con_fonts"));
tabs[5] = (char *)ami_utf8_easy((char *)messages_get("con_cache"));
tabs[6] = (char *)ami_utf8_easy((char *)messages_get("con_advanced"));
+#ifdef WITH_PDF_EXPORT
tabs[7] = (char *)ami_utf8_easy((char *)messages_get("Export"));
tabs[8] = NULL;
+#else
+ tabs[7] = NULL;
+#endif
screenopts[0] = (char *)ami_utf8_easy((char *)messages_get("ScreenOwn"));
screenopts[1] = (char *)ami_utf8_easy((char *)messages_get("ScreenWB"));