[gevice] Fixed bug #660396
- From: Alejandro Valdes Jimenez <avaldes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gevice] Fixed bug #660396
- Date: Thu, 6 Oct 2011 18:02:24 +0000 (UTC)
commit 3d7ed62f1be19c7ef789ea290f2453f281bbb972
Author: Alejandro Valdes Jimenez <avaldes gnome org>
Date: Thu Oct 6 15:02:14 2011 -0300
Fixed bug #660396
ChangeLog | 4 ++++
configure.ac | 52 ----------------------------------------------------
2 files changed, 4 insertions(+), 52 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 823d2c4..c4339b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
2011-10-06 Alejandro Valdes Jimenez <avaldes gnome org>
+ * configure.ac: old dependence removed (pygtk)
+ * Fixed bug #660396
+
+2011-10-06 Alejandro Valdes Jimenez <avaldes gnome org>
* data/ui/dbase.xml:
* data/ui/diagram.xml:
* data/ui/edifice.xml:
diff --git a/configure.ac b/configure.ac
index c43295a..7aa9933 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,16 +40,6 @@ else
exit 1
fi
-MODULE_NAME="pygtk"
-$PYTHONC -c "import $MODULE_NAME" 2>/dev/null
-if test $? -eq 0
-then
- AC_MSG_RESULT(checking for python module: $MODULE_NAME: found)
-else
- AC_MSG_RESULT(checking for python module: $MODULE_NAME: not found)
- exit 1
-fi
-
MODULE_NAME="os"
$PYTHONC -c "import $MODULE_NAME" 2>/dev/null
if test $? -eq 0
@@ -70,36 +60,6 @@ else
exit 1
fi
-MODULE_NAME="gnome"
-$PYTHONC -c "import $MODULE_NAME" 2>/dev/null
-if test $? -eq 0
-then
- AC_MSG_RESULT(checking for python module: $MODULE_NAME: found)
-else
- AC_MSG_RESULT(checking for python module: $MODULE_NAME: not found)
- exit 1
-fi
-
-MODULE_NAME="gobject"
-$PYTHONC -c "import $MODULE_NAME" 2>/dev/null
-if test $? -eq 0
-then
- AC_MSG_RESULT(checking for python module: $MODULE_NAME: found)
-else
- AC_MSG_RESULT(checking for python module: $MODULE_NAME: not found)
- exit 1
-fi
-
-MODULE_NAME="gtk"
-$PYTHONC -c "import $MODULE_NAME" 2>/dev/null
-if test $? -eq 0
-then
- AC_MSG_RESULT(checking for python module: $MODULE_NAME: found)
-else
- AC_MSG_RESULT(checking for python module: $MODULE_NAME: not found)
- exit 1
-fi
-
MODULE_NAME="psycopg2"
$PYTHONC -c "import $MODULE_NAME" 2>/dev/null
if test $? -eq 0
@@ -120,18 +80,6 @@ else
exit 1
fi
-MODULE_NAME="vte"
-$PYTHONC -c "import $MODULE_NAME" 2>/dev/null
-if test $? -eq 0
-then
- AC_MSG_RESULT(checking for python module: $MODULE_NAME: found)
-else
- AC_MSG_RESULT(checking for python module: $MODULE_NAME: not found)
- exit 1
-fi
-
-
-
# i18n
ALL_LINGUAS="es"
GETTEXT_PACKAGE=gevice
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]