changeset 34224:9b90a6efce15

Print a proper result also when xsltproc is not installed.
author reimar
date Sun, 06 Nov 2011 09:01:46 +0000
parents efaff9a9c1bc
children fca8419c5f35
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 #############################################################################