aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1d5919d..e8c15cb 100755
--- a/configure
+++ b/configure
@@ -183,7 +183,7 @@ echo using os: "$host_os"
echo using abi: "$host_abi"
echo host include paths: "$host_include_dirs"
-if ! test -n "$DYNAMIC_LINKER"; then
+if test -n "$DYNAMIC_LINKER"; then
linkflags="\"--dynamic-linker=$DYNAMIC_LINKER\", $linkflags"
fi