[xiph-commits] r17883 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Tue Mar 8 13:02:03 PST 2011


Author: giles
Date: 2011-03-08 13:02:03 -0800 (Tue, 08 Mar 2011)
New Revision: 17883

Modified:
   trunk/theora/configure.ac
Log:
Fix a typo which prevented optional examples other than tiff2theora
to be built.


Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2011-03-08 01:28:35 UTC (rev 17882)
+++ trunk/theora/configure.ac	2011-03-08 21:02:03 UTC (rev 17883)
@@ -578,7 +578,7 @@
   BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES png2theora\$(EXEEXT)"
 fi
 if test x$HAVE_TIFF = xyes; then
-  BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLE tiff2theora\$(EXEEXT)"
+  BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES tiff2theora\$(EXEEXT)"
 fi
 AC_SUBST(BUILDABLE_EXAMPLES)
 



More information about the commits mailing list