[MPlayer-cvslog] r34312 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Nov 6 10:01:47 CET 2011


Author: reimar
Date: Sun Nov  6 10:01:46 2011
New Revision: 34312

Log:
Print a proper result also when xsltproc is not installed.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Nov  6 10:00:15 2011	(r34311)
+++ trunk/configure	Sun Nov  6 10:01:46 2011	(r34312)
@@ -7930,6 +7930,8 @@ if xsltproc --version > /dev/null 2>&1; 
     echores "Found xsltproc but no stylesheets on your system."
     echores "xsltproc is unusable without stylesheets."
   fi
+else
+  echores "xsltproc not found"
 fi
 
 #############################################################################


More information about the MPlayer-cvslog mailing list