fix configure bug that showed up on OS X (couldn't find X11/Dialog.h)
authorArun Persaud <arun@nubati.net>
Sat, 19 Jan 2013 16:35:52 +0000 (08:35 -0800)
committerArun Persaud <arun@nubati.net>
Sat, 19 Jan 2013 16:35:52 +0000 (08:35 -0800)
commit958bc4a98af7b39091853f83302c5fc4518eca17
tree2f993a439e781ffc7c40e17b8789181999ce2089
parenta8b6d76d8c9e384549609d205174963f2a9ab8e7
fix configure bug that showed up on OS X (couldn't find X11/Dialog.h)

X_CFLAGS (set by AC_PATH_XTRA) was not used in Makefile.am. It was used in tests for X11/Dialog.h, etc. so configure worked, but make didn't.
Makefile.am