Changeset: 88704bd56782 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=88704bd56782
Modified Files:
        configure.ag
Branch: Feb2013
Log Message:

Merge with Oct2012 branch.


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
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to