aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-22 21:48:38 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-22 21:48:38 +0200
commit50e147ab9a0cdb2a15de0960ecc04703dace33e5 (patch)
treeee426a9ed61a0fa87160019287f4820fe6d8fa1e
parent6af5e32b3356ee64bc3fd993fcbb309033415bc0 (diff)
downloadlibayatana-appindicator-50e147ab9a0cdb2a15de0960ecc04703dace33e5.tar.gz
libayatana-appindicator-50e147ab9a0cdb2a15de0960ecc04703dace33e5.tar.bz2
libayatana-appindicator-50e147ab9a0cdb2a15de0960ecc04703dace33e5.zip
configure.ac: Drop Python section that configured the build for Python2 bindings.
-rw-r--r--configure.ac27
1 files changed, 0 insertions, 27 deletions
diff --git a/configure.ac b/configure.ac
index ea17c9d..46bcc37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -176,33 +176,6 @@ else
fi
AM_CONDITIONAL(BUILD_MONO_TEST, test x${have_nunit} = xyes)
-###########################
-# Python
-###########################
-
-PYGTK_REQUIRED=2.14.0
-PYGOBJECT_REQUIRED=0.22
-
-AM_PATH_PYTHON(2.3.5)
-AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
-
-PKG_CHECK_MODULES(APPINDICATOR_PYTHON,
- [
- pygtk-2.0 >= $PYGTK_REQUIRED
- gtk+-2.0 >= $GTK_REQUIRED_VERSION
- pygobject-2.0 >= $PYGOBJECT_REQUIRED
- ])
-
-AC_MSG_CHECKING(for pygtk defs)
-PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
-AC_SUBST(PYGTK_DEFSDIR)
-AC_MSG_RESULT($PYGTK_DEFSDIR)
-
-AC_MSG_CHECKING(for pygtk codegen)
-PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
-AC_SUBST(PYGTK_CODEGEN)
-AC_MSG_RESULT($PYGTK_CODEGEN)
-
#########################
# Check if build tests
#########################