* lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another

check for libXt by a check for libX11.
This commit is contained in:
Paul Eggert 2006-08-12 18:33:46 +00:00
parent ca7e6407ad
commit 1c33bc0c6f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -299,7 +299,7 @@ for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
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