File: gtk2.patch

package info (click to toggle)
lmemory 0.6c-13.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,192 kB
  • sloc: sh: 4,797; ansic: 1,830; makefile: 37
file content (23 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Date: Thu, 24 Oct 2013 15:24:07 +0200
Subject: gtk2

---
 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in b/configure.in
index fe0aa2c..958d6f4 100644
--- a/configure.in
+++ b/configure.in
@@ -25,8 +25,8 @@ AC_PROG_MAKE_SET
 AC_STDC_HEADERS
 AC_ARG_PROGRAM
 
-AM_PATH_GTK(1.2.0,,
-   AC_MSG_ERROR(Cannot find correct version of GTK - is gtk-config in path?))
+AM_PATH_GTK_2_0(,,
+  AC_MSG_ERROR(Cannot find correct version of GTK))
 
 dnl Checks for header files.
 AC_HEADER_STDC