diff options
Diffstat (limited to 'package/libesmtp/Config.in')
-rw-r--r-- | package/libesmtp/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libesmtp/Config.in b/package/libesmtp/Config.in index 42a1c08296..ba9d52751c 100644 --- a/package/libesmtp/Config.in +++ b/package/libesmtp/Config.in @@ -1,10 +1,10 @@ config BR2_PACKAGE_LIBESMTP bool "libesmtp" - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS help Library for sending emails through SMTP. http://www.stafford.uklinux.net/libesmtp comment "libesmtp needs a toolchain w/ dynamic library" - depends on BR2_PREFER_STATIC_LIB + depends on BR2_STATIC_LIBS |