diff options
author | monsta <[email protected]> | 2018-02-01 16:41:13 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-03-02 16:18:42 +0300 |
commit | be1d669557335791fe865f250771e3dd19fef952 (patch) | |
tree | 74921cb4e344afd774ee8b7665ab16470c80516a | |
parent | 4731087d261d05b73eba44fea2ac38a1d34e2ee1 (diff) | |
download | mate-applets-be1d669557335791fe865f250771e3dd19fef952.tar.bz2 mate-applets-be1d669557335791fe865f250771e3dd19fef952.tar.xz |
configure.ac: fix version in comment
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b25a8514..48e12c97 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ PKG_CHECK_MODULES(GIO, gio-2.0 >= $GIO_REQUIRED gio-unix-2.0) AC_SUBST(GIO_CFLAGS) AC_SUBST(GIO_LIBS) -dnl -- Check for GTK+ 2.0 (required) ------------------------------------------ +dnl -- Check for GTK+ 3.0 (required) ------------------------------------------ PKG_CHECK_MODULES(GTK, gtk+-3.0 >= $GTK_REQUIRED) AC_SUBST(GTK_FLAGS) AC_SUBST(GTK_LIBS) |