Branch: refs/heads/master Author: Matthew Brush matt@geany.org Committer: Matthew Brush matt@geany.org Date: Sun, 04 Oct 2020 13:04:22 UTC Commit: 29d10f925adabef6bf01a75f160fa47fe9df5b8a https://github.com/geany/geany/commit/29d10f925adabef6bf01a75f160fa47fe9df5b...
Log Message: ----------- Remove GTK2 from geany-mac-integration.m4
Not tested
Modified Paths: -------------- m4/geany-mac-integration.m4
Modified: m4/geany-mac-integration.m4 4 lines changed, 1 insertions(+), 3 deletions(-) =================================================================== @@ -12,8 +12,6 @@ AC_DEFUN([GEANY_CHECK_MAC_INTEGRATION], AM_CONDITIONAL(ENABLE_MAC_INTEGRATION, [test "x$geany_enable_mac_integration" = "xyes"]) AM_COND_IF(ENABLE_MAC_INTEGRATION, [ - AS_IF([test "x$enable_gtk3" = xyes], - [PKG_CHECK_MODULES(MAC_INTEGRATION, gtk-mac-integration-gtk3)], - [PKG_CHECK_MODULES(MAC_INTEGRATION, gtk-mac-integration-gtk2)]) + PKG_CHECK_MODULES(MAC_INTEGRATION, gtk-mac-integration-gtk3) ]) ])
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).