summaryrefslogtreecommitdiffstats
path: root/src/menus-skeleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/menus-skeleton.h')
-rw-r--r--src/menus-skeleton.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h
index f5e815bf6..b02b31bd9 100644
--- a/src/menus-skeleton.h
+++ b/src/menus-skeleton.h
@@ -1,7 +1,9 @@
#ifndef SEEN_MENUS_SKELETON_H
#define SEEN_MENUS_SKELETON_H
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
#ifdef __cplusplus
#undef N_
@@ -221,7 +223,11 @@ static char const menus_skeleton[] =
" <submenu name=\"" N_("_Path") "\">\n"
" <verb verb-id=\"ObjectToPath\" />\n"
" <verb verb-id=\"StrokeToPath\" />\n"
+
+#if HAVE_POTRACE
" <verb verb-id=\"SelectionTrace\" />\n"
+#endif
+
" <verb verb-id=\"SelectionPixelArt\" />\n"
" <separator/>\n"
" <verb verb-id=\"SelectionUnion\" />\n"