[geany/geany] 397b24: Merge pull request #2613 from techee/integration_fix
Colomban Wendling
git-noreply at xxxxx
Fri Oct 9 09:28:55 UTC 2020
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Fri, 09 Oct 2020 09:28:55 UTC
Commit: 397b24d6da711f32836a564928c4bb8004d438eb
https://github.com/geany/geany/commit/397b24d6da711f32836a564928c4bb8004d438eb
Log Message:
-----------
Merge pull request #2613 from techee/integration_fix
Fix gtk2/gtk3 mac integration test
Modified Paths:
--------------
m4/geany-mac-integration.m4
Modified: m4/geany-mac-integration.m4
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -12,8 +12,8 @@ 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)])
+ AS_IF([test "x$enable_gtk2" = xyes],
+ [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).
More information about the Commits
mailing list