Fix system/netdb configuration dependency

This commit is contained in:
Gregory Nutt 2015-07-10 14:53:58 -06:00
parent 03f477462a
commit 9669fff72b

View File

@ -6,7 +6,7 @@
menuconfig SYSTEM_NETDB
bool "netdb interface"
default n
depends on LIB_NETDB
depends on LIBC_NETDB
if SYSTEM_NETDB