summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-19 18:23:41 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-19 18:23:41 +0100
commit3982dd7ff251ee502ec6b5a75680a09ec60b3428 (patch)
tree7a238afc713848570266f17ff13d8a7c8365473f /extra
parent3b547855d9745ffd59077a355995251eb06928a9 (diff)
UCLIBC_HAS_RESOLV_STUB: Rename config symbol
s/UCLIBC_HAS_RESOLV_STUB/UCLIBC_HAS_LIBRESOLV_STUB/ for consistency. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 13bebd37f..419a568ac 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1185,7 +1185,7 @@ config UCLIBC_HAS_EXTRA_COMPAT_RES_STATE
Answer Y if selecting UCLIBC_HAS_COMPAT_RES_STATE is not enough.
As far as I can say, this should never be needed.
-config UCLIBC_HAS_RESOLV_STUB
+config UCLIBC_HAS_LIBRESOLV_STUB
bool "Provide libresolv stub"
default n
help