[MPlayer-cvslog] r29151 - trunk/configure

diego subversion at mplayerhq.hu
Wed Apr 8 13:56:10 CEST 2009


Author: diego
Date: Wed Apr  8 13:56:09 2009
New Revision: 29151

Log:
Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Apr  6 16:06:53 2009	(r29150)
+++ trunk/configure	Wed Apr  8 13:56:09 2009	(r29151)
@@ -22,13 +22,14 @@
 # If you want to add a new check for $feature, here is a simple skeleton:
 #
 # echocheck "$feature"
-# if "$_feature" = auto; then
+# if test "$_feature" = auto; then
 # cat > $TMPC << EOF
 # #include <feature.h>
 # int main(void) { return 0; }
 # EOF
 # _feature=no
 # cc_check && _feature=yes
+# fi
 # if test "$_feature" = yes ; then
 #   def_feature='#define CONFIG_FEATURE 1'
 # else


More information about the MPlayer-cvslog mailing list