From: Julien C. <jcr...@de...> - 2010-03-15 12:25:19
|
On Sat, Mar 13, 2010 at 20:20:36 -0800, Jeff Smith wrote: > Except that AC_PATH_XTRA returns X_LIBS without '-lX11', while > PKG_CHECK_MODULES returns X_LIBS with it. In the attached patch > I add '-lX11' to the former. Of course, with '-lX11' as part of X_LIBS, the > explicit '-lX11' can be removed from the places that use X_LIBS. > If this wants -lX11, then it should use AC_PATH_X, not AC_PATH_XTRA, though? Cheers, Julien |