[xiph-commits] r13003 - trunk/theora-tools

conrad at svn.xiph.org conrad at svn.xiph.org
Thu May 31 18:38:17 PDT 2007


Author: conrad
Date: 2007-05-31 18:38:17 -0700 (Thu, 31 May 2007)
New Revision: 13003

Modified:
   trunk/theora-tools/configure.ac
Log:
add a bogus version into AM_PATH_SDL()
[configuration was broken; using automake 1.9, autoconf 2.61 on Ubuntu Feisty]


Modified: trunk/theora-tools/configure.ac
===================================================================
--- trunk/theora-tools/configure.ac	2007-05-30 16:29:39 UTC (rev 13002)
+++ trunk/theora-tools/configure.ac	2007-06-01 01:38:17 UTC (rev 13003)
@@ -85,7 +85,7 @@
 AC_SUBST(VORBISENC_CFLAGS)
 AC_SUBST(VORBISENC_LIBS)
 
-AM_PATH_SDL(,[
+AM_PATH_SDL(0.0.0,[
 	HAVE_SDL=yes
 	SDL_LIBS=`$SDL_CONFIG --libs`
 	SDL_CFLGAS=`$SDL_CONFIG --cflags`



More information about the commits mailing list