From: Jeff S. <why...@ya...> - 2010-03-15 15:21:33
|
>> 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. > >Jeff, it should get swapped back around to what you had in your patch >and a s/X_\(CFLAGS\|LIBS\)/X11_\1/g across the rest of the files. I >can put that together a little later if you don't have time to make >another patch on master. > >-- >Dan You can go ahead and do that yourself, if it's all the same to you. I am busy elsewhere today. -- Jeff |