From 32441a63c945bdd3d7d4f58faa5722c684eb9ecd Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Mon, 8 Nov 1999 19:07:32 +0100 Subject: [PATCH] Require GTK 1.2.* Rev: src/post_modules/GTK/configure.in:1.2 --- src/post_modules/GTK/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/post_modules/GTK/configure.in b/src/post_modules/GTK/configure.in index 2dcb1c74df..65904dcccb 100644 --- a/src/post_modules/GTK/configure.in +++ b/src/post_modules/GTK/configure.in @@ -8,7 +8,7 @@ AC_CHECK_FUNCS( gethrtime signal sigaction ) AC_HEADER_STDC AC_CHECK_HEADERS( signal.h arpa/inet.h ) -AM_PATH_GTK(1.1.13,[WITH_GTK=1],W[ITH_GTK=0]) +AM_PATH_GTK(1.2.0,[WITH_GTK=1],W[ITH_GTK=0]) if /bin/test "x$WITH_GTK" = x1 ; then AC_SUBST(WITH_GTK) -- GitLab