From 751f4eeb228344937c1311a06c38ed1bc3aeffe8 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sat, 29 Oct 2005 21:04:27 +1000 Subject: [SYSTEM] Added dummy strtod implementation klibc doesn't have strtod or atof. So add an implementation that always fails by setting the end pointer to the input string. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f6fe894..ed2ab02 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl Checks for header files. dnl Checks for library functions. AC_CHECK_FUNCS(bsearch getpwnam getrlimit killpg mempcpy sigsetmask stpcpy \ - strchrnul strsignal strtoimax strtoumax) + strchrnul strsignal strtod strtoimax strtoumax) dnl Check for klibc signal. AC_CHECK_FUNC(signal) -- cgit 1.4.1