[gimp/gimp-2-8] configure: run check for gtk-mac-integration only on OSX
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] configure: run check for gtk-mac-integration only on OSX
- Date: Sun, 10 Nov 2013 17:58:51 +0000 (UTC)
commit c21e7b581c898692b6721468b0568d705280ad1e
Author: Michael Natterer <mitch gimp org>
Date: Sun Nov 10 18:58:23 2013 +0100
configure: run check for gtk-mac-integration only on OSX
configure.ac | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 038b5e6..d82ca48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1844,14 +1844,6 @@ if test "x$enable_python" != xno; then
fi
AM_CONDITIONAL(BUILD_PYTHON, test "x$enable_python" != xno)
-####################################
-# Check for GTK Mac Integration
-####################################
-
-if test "x$platform_osx" != xno; then
- PKG_CHECK_MODULES(GTK_MAC_INTEGRATION, gtk-mac-integration >= gtk_mac_integration_required_version)
-fi
-
#########################################
# Check whether Script-Fu should be built
@@ -1901,6 +1893,15 @@ esac
AM_CONDITIONAL(PLATFORM_OSX, test "x$platform_osx" = xyes)
+###############################
+# Check for GTK Mac Integration
+###############################
+
+if test "x$platform_osx" != xno; then
+ PKG_CHECK_MODULES(GTK_MAC_INTEGRATION, gtk-mac-integration >= gtk_mac_integration_required_version)
+fi
+
+
####################################
# Check for Mac OS X TWAIN framework
####################################
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]