commit | e6a0609f2efff83e58ddd7eb1d2c8e1ac47d9f6d | [log] [tgz] |
---|---|---|
author | Dan Nicholson <dbn.lists@gmail.com> | Mon May 05 15:16:22 2008 -0700 |
committer | Dan Nicholson <dbn.lists@gmail.com> | Mon May 05 15:16:22 2008 -0700 |
tree | 03ecc1c809aeb543ef79261217882f52aedf2e87 | |
parent | 00994ac08cb84937ca1e35b7a556d8924229bacb [diff] |
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.