@elextr commented on this pull request.


> -             [enable_gtk2=$enableval],
-               [enable_gtk2=no])
-
-gtk2_package=gtk+-2.0
-gtk2_min_version=2.24
-gtk3_package=gtk+-3.0
-gtk3_min_version=3.0
-
-AS_IF([test "x$enable_gtk2" = "xyes"],
-       [gtk_package=$gtk2_package
-        gtk_min_version=$gtk2_min_version],
-       [gtk_package=$gtk3_package
-        gtk_min_version=$gtk3_min_version])
-
-AM_CONDITIONAL([GTK3], [test "x$gtk_package" = "x$gtk3_package"])
-

No need when the build moves to meson </stir>

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2602#discussion_r516240905

Reply via email to