autoconf: Allow non-pkg-config builds to succeed
authorDan Nicholson <dbn.lists@gmail.com>
Mon, 5 May 2008 22:16:22 +0000 (15:16 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Mon, 5 May 2008 22:16:22 +0000 (15:16 -0700)
commite6a0609f2efff83e58ddd7eb1d2c8e1ac47d9f6d
tree03ecc1c809aeb543ef79261217882f52aedf2e87
parent00994ac08cb84937ca1e35b7a556d8924229bacb
autoconf: Allow non-pkg-config builds to succeed

The variable no_x was being set to yes when libX11 was not found through
pkg-config. This causes AC_PATH_XTRA to skip its search for the X11
libraries, which was not the intended effect. Also switched to using the
PKG_CHECK_EXISTS autoconf macro.
configure.ac