[Ocfs2-tools-commits] manish commits r870 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Apr 29 22:00:47 CDT 2005


Author: manish
Date: 2005-04-29 22:00:45 -0500 (Fri, 29 Apr 2005)
New Revision: 870

Modified:
   trunk/configure.in
Log:
Depend on python 2.3


Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2005-04-30 02:58:31 UTC (rev 869)
+++ trunk/configure.in	2005-04-30 03:00:45 UTC (rev 870)
@@ -148,7 +148,7 @@
 
 if test "x$enable_ocfs2console" = "xyes"; then
   dnl check for Python
-  AM_PATH_PYTHON(2.2, have_python=yes, have_python=no)
+  AM_PATH_PYTHON(2.3, have_python=yes, have_python=no)
 
   if test "x$have_python" = "xyes"; then
     AM_CHECK_PYTHON_HEADERS(have_pythondev=yes, have_pythondev=no)



More information about the Ocfs2-tools-commits mailing list