summaryrefslogtreecommitdiffstats
path: root/package/m4
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-18 14:22:30 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-18 14:22:30 +0000
commit4bcbf87c99589433bfc0d39ad4e1b4b28bc8a15d (patch)
treeed53ad789985a6d077b1d1c3f16c143754367259 /package/m4
parent675b479c2f84b14aad70b1728fa690b2e400d7ea (diff)
downloadbuildroot-novena-4bcbf87c99589433bfc0d39ad4e1b4b28bc8a15d.tar.gz
buildroot-novena-4bcbf87c99589433bfc0d39ad4e1b4b28bc8a15d.zip
lsof, m4: use variables from BR instead of uclibc
UCLIB_HAS_.* is not defined in Buildroot space, so the conditions always evaluate to the same result. Use appropriate Buildroot variables. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Diffstat (limited to 'package/m4')
-rw-r--r--package/m4/m4.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/m4/m4.mk b/package/m4/m4.mk
index b7bfe9353..bef968e46 100644
--- a/package/m4/m4.mk
+++ b/package/m4/m4.mk
@@ -15,7 +15,7 @@ M4_TARGET_BINARY:=usr/bin/m4
ifeq ($(UCLIBC_HAS_REGEX),y)
gl_cv_func_re_compile_pattern_working=gl_cv_func_re_compile_pattern_working=yes
endif
-ifneq ($(UCLIBC_HAS_WCHAR),y)
+ifneq ($(BR2_USE_WCHAR),y)
gt_cv_c_wchar_t=gt_cv_c_wchar_t=no
gl_cv_absolute_wchar_h=gl_cv_absolute_wchar_h=__fpending.h
endif