[gimp/wip/Jehan/pygtk-4-distcheck] PLOP again!



commit 2cfc2e0dc20a2fddddddabc639bfd4190decfbff
Author: Jehan <jehan girinstud io>
Date:   Sun Aug 2 20:22:24 2020 +0200

    PLOP again!

 configure.ac | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index de2c20ce97..65aedda193 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2296,6 +2296,10 @@ m4_define([pycheck_error], [
       *** to use scripts for GIMP that are written in Python)."])
 
 AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
+AC_MSG_CHECKING(for pygtk defs)
+PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
+AC_SUBST(PYGTK_DEFSDIR)
+AC_MSG_RESULT($PYGTK_DEFSDIR)
 
 if test "x$enable_python" != xno; then
   enable_python="yes"
@@ -2329,11 +2333,6 @@ if test "x$enable_python" != xno; then
      pycheck_error([pygtk-codegen-2.0 script], [it])
   fi
 
-  AC_MSG_CHECKING(for pygtk defs)
-  PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
-  AC_SUBST(PYGTK_DEFSDIR)
-  AC_MSG_RESULT($PYGTK_DEFSDIR)
-
   PKG_CHECK_MODULES(PYCAIRO, pycairo >= pycairo_required_version,,
                     [pycheck_error([PyCairo pycairo_required_version or newer], [it])])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]