wmlib: Use X flags from configure
commit86659be668c955d7fbba1cc4b5e0249d98c76a14
authorDoug Torrance <dtorrance@piedmont.edu>
Thu, 9 Apr 2020 13:50:13 +0000 (9 09:50 -0400)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 9 Apr 2020 13:54:06 +0000 (9 14:54 +0100)
treef9851121a5994f6198e5b5c133cb50c404027847
parente314f10909309dfa8f1db3d2595d9257ab3928b0
wmlib: Use X flags from configure

We use the AC_PATH_XTRA macro to find all the X library paths during
build, but we weren't actually using the variables it generated for
building wmlib.  Instead, we just hardcoded the linker flag "-lX11",
which may or may not actually work.
wmlib/Makefile.am