Remove unused x11_libs from configure.

master
Andrey Bergman 2017-12-01 23:50:21 -05:00
parent b6160615dd
commit 91f4dcab85
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -1779,7 +1779,6 @@ if test "$x11_include" = "not found"; then
if test $dir = /usr/lib; then
x11_link="-lX11"
else
x11_libs="-L$dir"
case "$target" in
*-*-freebsd*|*-*-dragonfly*) x11_link="-L$dir -lX11";;
*-kfreebsd*-gnu) x11_link="-L$dir -lX11";;