aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"
;;
*)