summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a2da90917..ecc9241e4 100755
--- a/configure
+++ b/configure
@@ -1413,7 +1413,7 @@ elif test "$x11_include" = "not found" || test "$x11_link" = "not found"; then
has_tk=false
else
tk_x11_include="$x11_include"
- tk_x11_libs="$x11_libs -lX11"
+ tk_x11_libs="$x11_link"
has_tk=true
fi