From 7b51caedbaa3594736d8a4f28064de1b65816ca4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 26 May 2011 08:25:28 +0200 Subject: ANDROID: Trying to fix the recent linker failures --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 736325926b..c4536c02a9 100755 --- a/configure +++ b/configure @@ -3105,7 +3105,7 @@ case $_backend in system_libs='' for lib in $LIBS; do case $lib in - -lz|-lm) + -lz|-lm|-ldl) system_libs="$system_libs $lib" ;; *) -- cgit v1.2.3