[xiph-commits] r14060 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Mon Oct 29 14:41:38 PDT 2007


Author: giles
Date: 2007-10-29 14:41:38 -0700 (Mon, 29 Oct 2007)
New Revision: 14060

Modified:
   trunk/theora/configure.ac
Log:
Remove an obsolete check for python.


Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2007-10-28 23:43:27 UTC (rev 14059)
+++ trunk/theora/configure.ac	2007-10-29 21:41:38 UTC (rev 14060)
@@ -55,10 +55,6 @@
         AC_MSG_WARN([*** doxygen not found, API documentation will not be built])
 fi
 
-dnl Check for python
-AC_CHECK_PROG(HAVE_PYTHON, python, true, false)
-AM_CONDITIONAL(HAVE_PYTHON,$HAVE_PYTHON)
-
 dnl Check for valgrind
 VALGRIND_ENVIRONMENT=""
 ac_enable_valgrind=no



More information about the commits mailing list