r5655 - trunk/varnish-cache

phk at varnish-cache.org phk at varnish-cache.org
Sun Dec 19 22:49:07 CET 2010


Author: phk
Date: 2010-12-19 22:49:07 +0100 (Sun, 19 Dec 2010)
New Revision: 5655

Modified:
   trunk/varnish-cache/configure.ac
Log:
Try to find the newest possible python



Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac	2010-12-19 21:38:28 UTC (rev 5654)
+++ trunk/varnish-cache/configure.ac	2010-12-19 21:49:07 UTC (rev 5655)
@@ -307,7 +307,7 @@
 fi
 
 AM_MISSING_HAS_RUN
-AC_CHECK_PROGS(PYTHON, [python python2 python2.5 python2.6 python3 python3.1 python3.2], [AC_MSG_ERROR([Python is needed to build Varnish, please install python.])])
+AC_CHECK_PROGS(PYTHON, [python3 python3.1 python3.2 python2.7 python python2], [AC_MSG_ERROR([Python is needed to build Varnish, please install python.])])
 
 # Solaris defines SO_{RCV,SND}TIMEO, but does not implement them.
 # Varnish will build and run without these, but connections will not




More information about the varnish-commit mailing list