autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix for a remaining libXt reference


From: Alexandre Julliard
Subject: Fix for a remaining libXt reference
Date: Sat, 12 Aug 2006 12:02:53 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Recent changes to AC_PATH_X made it check for libX11 instead of libXt,
however there is still one place where libXt is referenced. Here's a
trivial fix.

2006-08-12  Alexandre Julliard  <address@hidden>

        * lib/autoconf/libs.m4 (AC_PATH_X_DIRECT): Replace another
        check for libXt by a check for libX11.

Index: lib/autoconf/libs.m4
===================================================================
RCS file: /sources/autoconf/autoconf/lib/autoconf/libs.m4,v
retrieving revision 1.21
diff -u -p -r1.21 libs.m4
--- lib/autoconf/libs.m4        6 Aug 2006 06:26:25 -0000       1.21
+++ lib/autoconf/libs.m4        12 Aug 2006 09:46:11 -0000
@@ -299,7 +299,7 @@ for ac_dir in `echo "$ac_x_includes $ac_
 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

-- 
Alexandre Julliard
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]