aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-08-08 10:33:05 +0200
committerThomas White <taw@bitwiz.org.uk>2012-08-08 10:33:05 +0200
commitf8d5a4d3c2eed0fde67371159a0ffc3c7d3849c3 (patch)
tree16dc2f5552e932b476f9820ac24d2206fb680f35 /configure.ac
parentd9ef450a3a13b61fb04ad57e636cfa3666bbabe7 (diff)
Move to GTK3 (and add tests)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 435d5ce..2118a7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,10 +24,10 @@ AC_TYPE_SIGNAL
gl_INIT
-AM_PATH_GTK_2_0(2.0.0,
+AM_PATH_GTK_3_0(3.0.0,
[ ],
[
- AC_MSG_ERROR([GTK is required.])
+ AC_MSG_ERROR([GTK+3 is required.])
])