Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (32411186ff7372bc97900ffab79a6dc73c680a62)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (32411186ff7372bc97900ffab79a6dc73c680a62)
  • Date: Sat, 25 Oct 2008 20:36:25 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/python/CONFIGURE | 2 +-
devel/python/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 32411186ff7372bc97900ffab79a6dc73c680a62
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python: use list_find()

diff --git a/devel/python/CONFIGURE b/devel/python/CONFIGURE
index 3e34b95..6771864 100755
--- a/devel/python/CONFIGURE
+++ b/devel/python/CONFIGURE
@@ -8,7 +8,7 @@ config_query_option PYTHON_OPTS \
"--with-threads" \
"--without-threads" &&

-if echo $PYTHON_OPTS | grep -q -- "--with-threads"; then
+if list_find "$PYTHON_OPTS" "--with-threads"; then
config_query_option PYTHON_OPTS \
"enable POSIX threads (pthreads) support?" n \
"--with-pth" \
diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index cd0782a..5679c9e 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -1,3 +1,6 @@
+2008-10-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: use list_find()
+
2008-10-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* UP_TRIGGERS: only trigger direct dependees




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (32411186ff7372bc97900ffab79a6dc73c680a62), Vlad Glagolev, 10/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page