check for libXt by a check for libX11.
+2006-08-12 Alexandre Julliard <julliard@winehq.org> (tiny change)
+
+ * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
+ check for libXt by a check for libX11.
+
2006-08-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/autoconf.texi (config.status Invocation): Adjust according
do
# Don't even attempt the hair of trying to link an X program!
for ac_extension in a so sl; do
- if test -r "$ac_dir/libXt.$ac_extension"; then
+ if test -r "$ac_dir/libX11.$ac_extension"; then
ac_x_libraries=$ac_dir
break 2
fi