Change libX11 variables to not conflict with AC_PATH_XTRA
authorDan Nicholson <dbn.lists@gmail.com>
Tue, 16 Mar 2010 03:53:56 +0000 (20:53 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Tue, 23 Mar 2010 20:26:50 +0000 (13:26 -0700)
commite725ef171b5a4d5425461f237d9ccab223806913
treeeaadc7d655afd1cbd445ef58e549b72b74fe61fe
parentba5a53edd12fac24c176e714560b1f9ec255bbdb
Change libX11 variables to not conflict with AC_PATH_XTRA

The variable X_LIBS from AC_PATH_XTRA contains only the -L searchdir
parameter and not the -lX11 to link to Xlib. Use X11 prefixed build vars
for linking with Xlib to avoid the conflict.

Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
configs/autoconf.in
configure.ac
progs/egl/Makefile
progs/xdemos/Makefile
src/gallium/state_trackers/glx/xlib/Makefile
src/gallium/winsys/xlib/Makefile