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

Vlad Glagolev scm at sourcemage.org
Sat Oct 25 21:36:25 EDT 2008


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
 



More information about the SM-Commit mailing list