summaryrefslogtreecommitdiff
path: root/games-arcade/abe/files/abe-1.1-no-x-check.patch
blob: a02eaa4b898c89ca4b8c6b83aaad97dff80b31cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Remove check for X.

The game uses only SDL library. There is no need to check for X.

diff --git a/configure.in b/configure.in
index 2270cb4..f0a93c6 100644
--- a/configure.in
+++ b/configure.in
@@ -98,17 +98,6 @@ if test "x$is_win32" = "xyes" ; then
     TR_LIBS="$TR_LIBS -luser32 -lgdi32"
 fi
 
-dnl --------------------------------------------------------------------------
-dnl Check for X  
-dnl Note that we only need libs (so that glut links properly on all systems).
-dnl --------------------------------------------------------------------------
-if test "x$is_win32" = "xno" ; then
-    AC_PATH_XTRA
-    if test "x$no_x" = "x" ; then
-	TR_LIBS="$X_PRE_LIBS $X_LIBS -lX11 -lXi -lXext -lXmu -lXt $X_EXTRA_LIBS $TR_LIBS"
-    fi
-fi
-
 dnl --------------------------------------------------------------------------
 dnl Check for some common libraries
 dnl --------------------------------------------------------------------------
-- 
2.41.0