From c6cc4e40ec6419e1d60a627737301856e2f069e6 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 7 Dec 2002 13:59:17 +0000 Subject: [PATCH] NSIS_CONFIG_PLUGIN_SUPPORT depends on NSIS_SUPPORT_FNUTIL git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1926 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/exehead/config.h b/Source/exehead/config.h index 144c02e6..89ee0ea6 100644 --- a/Source/exehead/config.h +++ b/Source/exehead/config.h @@ -328,6 +328,9 @@ #ifndef NSIS_SUPPORT_STACK #error NSIS_CONFIG_PLUGIN_SUPPORT relies on NSIS_SUPPORT_STACK, but NSIS_SUPPORT_STACK is not defined #endif + #ifndef NSIS_SUPPORT_FNUTIL + #error NSIS_CONFIG_PLUGIN_SUPPORT relies on NSIS_SUPPORT_FNUTIL, but NSIS_SUPPORT_FNUTIL is not defined + #endif #endif #if NSIS_MAX_INST_TYPES > 30