Revert "config.libs.sh: reintroduce HAVE_X11 check"

This commit is contained in:
orbea 2017-12-29 18:04:07 +00:00 committed by GitHub
parent ec4b0f9089
commit eaccab5237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -398,7 +398,7 @@ check_pkgconf FREETYPE freetype2
check_pkgconf X11 x11
check_pkgconf XCB xcb
if [ "$HAVE_X11" != 'no' ] && [ "$OS" != 'Darwin' ]; then
if [ "$OS" != 'Darwin' ]; then
check_val '' X11 -lX11
fi