]> git.pld-linux.org Git - packages/autoconf.git/blob - autoconf-x.patch
d49d853bcca48a7236e8a00bf5ce1ea129332d2a
[packages/autoconf.git] / autoconf-x.patch
1 --- autoconf-2.60/lib/autoconf/libs.m4.orig     2006-05-29 19:46:05.000000000 +0200
2 +++ autoconf-2.60/lib/autoconf/libs.m4  2006-06-27 23:08:13.328227000 +0200
3 @@ -288,7 +288,7 @@
4    # See if we find them without any special options.
5    # Don't add to $LIBS permanently.
6    ac_save_LIBS=$LIBS
7 -  LIBS="-lXt $LIBS"
8 +  LIBS="-lX11 $LIBS"
9    AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Xlib.h>],
10                                   [XrmInitialize ()])],
11                  [LIBS=$ac_save_LIBS
12 @@ -299,7 +299,7 @@
13  do
14    # Don't even attempt the hair of trying to link an X program!
15    for ac_extension in a so sl; do
16 -    if test -r "$ac_dir/libXt.$ac_extension"; then
17 +    if test -r "$ac_dir/libX11.$ac_extension"; then
18        ac_x_libraries=$ac_dir
19        break 2
20      fi
This page took 0.047689 seconds and 2 git commands to generate.