[gimp] configure: run check for gtk-mac-integration only on OSX



commit 1717cb84eddea9b99e3bed970ba0f378b6d90722
Author: Michael Natterer <mitch gimp org>
Date:   Sun Nov 10 18:46:32 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 7d6fd74..55e613a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1783,14 +1783,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
@@ -1840,6 +1832,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]