Check for Libxslt support PAZ-862
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 25 Mar 2013 08:28:17 +0000 (09:28 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 25 Mar 2013 08:28:17 +0000 (09:28 +0100)
configure.ac

index 93812df..e30ed52 100644 (file)
@@ -28,6 +28,11 @@ YAZ_INIT([static icu],[4.2.40])
 if test -z "$YAZLIB"; then
        AC_MSG_ERROR([YAZ development libraries missing])
 fi
+case $YAZINC in
+  *YAZ_HAVE_XSLT=1*) ;;
+  *) AC_MSG_ERROR([YAZ not compiled with Libxslt support]) ;;
+esac
+
 YAZ_DOC
 
 AC_SEARCH_LIBS([log],[m])