summaryrefslogtreecommitdiff
path: root/config_host/config_options.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config_host/config_options.h.in')
-rw-r--r--config_host/config_options.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_host/config_options.h.in b/config_host/config_options.h.in
index e87c119e648a..37f044f1b493 100644
--- a/config_host/config_options.h.in
+++ b/config_host/config_options.h.in
@@ -16,6 +16,11 @@
#else
#define UNLESS_MERGELIBS(x) x
#endif
+#if ENABLE_MERGELIBS
+#define IF_MERGELIBS(x) x
+#else
+#define IF_MERGELIBS(x)
+#endif
#endif