projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40d0a00
)
Check for Libxslt support PAZ-862
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 25 Mar 2013 08:28:17 +0000
(09:28 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 25 Mar 2013 08:28:17 +0000
(09:28 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
93812df
..
e30ed52
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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])