Changeset: c85926aa1595 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c85926aa1595
Modified Files:
configure.ag
Branch: Oct2012
Log Message:
Don't undo all the hard work: in case no python2, really use python.
diffs (25 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1158,8 +1158,9 @@ if test "x$have_python2" != xno; then
have_python2=yes
elif test "x$have_python2" != xauto; then
AC_MSG_ERROR([Python 2 executable not found])
+ else
+ have_python2=no
fi
- have_python2=no
fi
fi
fi
@@ -1219,8 +1220,9 @@ if test "x$have_python3" != xno; then
have_python3=yes
elif test "x$have_python3" != xauto; then
AC_MSG_ERROR([Python3 executable not found])
+ else
+ have_python3=no
fi
- have_python3=no
fi
fi
fi
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list