diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-28 16:50:06 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-28 16:50:06 +0200 |
commit | 04a1bb84f5e296df0fb41519675a35c18072c9b8 (patch) | |
tree | 87f14565a4b157507560e0bb00e85eacd6d6deca | |
parent | af5f9447938a45c07353b81b7f19538a6c56dc4e (diff) | |
download | gnunet-gtk-04a1bb84f5e296df0fb41519675a35c18072c9b8.tar.gz gnunet-gtk-04a1bb84f5e296df0fb41519675a35c18072c9b8.zip |
-version not supported here
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 12333db5..517c963c 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -233,7 +233,7 @@ AC_SUBST(QR_LIBS) | |||
233 | 233 | ||
234 | AC_MSG_CHECKING(for gtk) | 234 | AC_MSG_CHECKING(for gtk) |
235 | without_gtk=true | 235 | without_gtk=true |
236 | PKG_CHECK_MODULES([GTK], [gtk+-3.22]) | 236 | PKG_CHECK_MODULES([GTK], [gtk+-3.0]) |
237 | # test for libunique | 237 | # test for libunique |
238 | AC_ARG_WITH([libunique], AS_HELP_STRING([--without-libunique],[disable libunique])) | 238 | AC_ARG_WITH([libunique], AS_HELP_STRING([--without-libunique],[disable libunique])) |
239 | have_libunique=no | 239 | have_libunique=no |