Changeset: 2658792b6636 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2658792b6636
Modified Files:
configure.ag
Branch: Oct2012
Log Message:
Fix python version checking in configure.
diffs (12 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1108,7 +1108,7 @@ PYTHON_MAJ=
if test "x$PYTHON" != xno; then
AC_MSG_CHECKING([major version of $PYTHON])
case "`"$PYTHON" -V 2>&1`" in
- "Python 2."[67]*) # older Pythons don't get Python3 syntax
+ "Python 2."[[67]]*) # older Pythons don't get Python3 syntax
PYTHON_MAJ=2
AC_MSG_RESULT([2])
;;
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list