# HG changeset patch # User reimar # Date 1320570106 0 # Node ID 9b90a6efce15baa3cdac0177644ac5cedc2d5ca2 # Parent efaff9a9c1bc88c28543ffdd4ab57b9e4f9d9c75 Print a proper result also when xsltproc is not installed. diff -r efaff9a9c1bc -r 9b90a6efce15 configure --- a/configure Sun Nov 06 09:00:15 2011 +0000 +++ b/configure Sun Nov 06 09:01:46 2011 +0000 @@ -7930,6 +7930,8 @@ echores "Found xsltproc but no stylesheets on your system." echores "xsltproc is unusable without stylesheets." fi +else + echores "xsltproc not found" fi #############################################################################