[xiph-commits] r16415 - branches/theora-thusnelda

giles at svn.xiph.org giles at svn.xiph.org
Tue Aug 4 11:41:20 PDT 2009


Author: giles
Date: 2009-08-04 11:41:20 -0700 (Tue, 04 Aug 2009)
New Revision: 16415

Modified:
   branches/theora-thusnelda/configure.ac
Log:
Append $(EXEEXT) to the names of optional programs.

I don't understand why these are necessary in the first place, but this 
at least makes them all consistent. This should fix a build error on
cygwin.


Modified: branches/theora-thusnelda/configure.ac
===================================================================
--- branches/theora-thusnelda/configure.ac	2009-08-04 17:03:30 UTC (rev 16414)
+++ branches/theora-thusnelda/configure.ac	2009-08-04 18:41:20 UTC (rev 16415)
@@ -424,10 +424,10 @@
 AC_SUBST(GETOPT_OBJS)
 
 if test x$HAVE_SDL = xyes -a x$HAVE_OSS = xyes -a x$HAVE_VORBIS = xyes; then
-  BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES player_example"
+  BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES player_example\$(EXEEXT)"
 fi
 if test x$HAVE_PNG = xyes; then
-  BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES png2theora"
+  BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES png2theora\$(EXEEXT)"
 fi
 AC_SUBST(BUILDABLE_EXAMPLES)
 



More information about the commits mailing list