mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-06 10:25:53 +08:00
* lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
check for libXt by a check for libX11.
This commit is contained in:
parent
ca7e6407ad
commit
1c33bc0c6f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user