]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Nov 2006 18:52:18 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf-x.patch -> 1.3

autoconf-x.patch [deleted file]

diff --git a/autoconf-x.patch b/autoconf-x.patch
deleted file mode 100644 (file)
index d49d853..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- autoconf-2.60/lib/autoconf/libs.m4.orig    2006-05-29 19:46:05.000000000 +0200
-+++ autoconf-2.60/lib/autoconf/libs.m4 2006-06-27 23:08:13.328227000 +0200
-@@ -288,7 +288,7 @@
-   # See if we find them without any special options.
-   # Don't add to $LIBS permanently.
-   ac_save_LIBS=$LIBS
--  LIBS="-lXt $LIBS"
-+  LIBS="-lX11 $LIBS"
-   AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Xlib.h>],
-                                 [XrmInitialize ()])],
-                [LIBS=$ac_save_LIBS
-@@ -299,7 +299,7 @@
- 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
This page took 0.033119 seconds and 4 git commands to generate.