Blame patches/classpath/classpath-0.99.fix-configure.ac-libX11linking.patch

Lucio Andrés Illanes Albornoz 7670fc
--- classpath-0.99.orig/configure.ac	2012-03-08 19:03:15.000000000 +0100
Lucio Andrés Illanes Albornoz 7670fc
+++ classpath-0.99/configure.ac	2018-06-07 16:14:32.962168731 +0200
Lucio Andrés Illanes Albornoz 7670fc
@@ -553,7 +553,7 @@
Lucio Andrés Illanes Albornoz 7670fc
     dnl Check if we can link against the XTest library and set
Lucio Andrés Illanes Albornoz 7670fc
     dnl HAVE_XTEST accordingly.
Lucio Andrés Illanes Albornoz 7670fc
     AC_CHECK_LIB([Xtst], [XTestQueryExtension],
Lucio Andrés Illanes Albornoz 7670fc
-                 [AC_DEFINE(HAVE_XTEST, 1, [Define to 1 if you have libXtst.])[XTEST_LIBS="$XTEST_LIBS -X11 -lXtst"]],
Lucio Andrés Illanes Albornoz 7670fc
+                 [AC_DEFINE(HAVE_XTEST, 1, [Define to 1 if you have libXtst.])[XTEST_LIBS="$XTEST_LIBS -lX11 -lXtst"]],
Lucio Andrés Illanes Albornoz 7670fc
                  [true],
Lucio Andrés Illanes Albornoz 7670fc
                  [${X_LIBS}])
Lucio Andrés Illanes Albornoz 7670fc