diff options
-rw-r--r-- | debianutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in index cab3ba74e..95cf0efaa 100644 --- a/debianutils/Config.in +++ b/debianutils/Config.in | |||
@@ -81,7 +81,7 @@ config FEATURE_START_STOP_DAEMON_LONG_OPTIONS | |||
81 | config WHICH | 81 | config WHICH |
82 | bool "which" | 82 | bool "which" |
83 | default n | 83 | default n |
84 | depends on PLATFORM_POSIX | 84 | depends on PLATFORM_POSIX || PLATFORM_MINGW32 |
85 | help | 85 | help |
86 | which is used to find programs in your PATH and | 86 | which is used to find programs in your PATH and |
87 | print out their pathnames. | 87 | print out their pathnames. |