]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Aug 2006 18:33:46 +0000 (18:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Aug 2006 18:33:46 +0000 (18:33 +0000)
check for libXt by a check for libX11.

ChangeLog
lib/autoconf/libs.m4

index ad8ba68983e43fe9b82558529d1368506199d3b6..d7eafa450f90eddde1e44070c9753aebcf4f6fab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index a25380d1372f4cfdb60f18145fdce850427078bf..66adbc4efcc35826025e12e0097ff1b148c4c2e6 100644 (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