aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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.])
])