From 5b2b0b912dbcd6ee8b598254b083c58d4847ef02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 21 May 2013 11:43:00 +0300 Subject: configure: Enable the strtod workaround when building for bionic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index bf511ed..e3cf0b9 100755 --- a/configure +++ b/configure @@ -3210,6 +3210,9 @@ elif check_func_headers stdlib.h _get_doserrno; then check_cpp_condition stdlib.h "defined(_WIN32_WINNT)" || add_cppflags -D_WIN32_WINNT=0x0502 elif check_cpp_condition stddef.h "defined __KLIBC__"; then libc_type=klibc +elif check_cpp_condition sys/cdefs.h "defined __BIONIC__"; then + libc_type=bionic + add_compat strtod.o strtod=avpriv_strtod fi test -n "$libc_type" && enable $libc_type -- cgit v1.1