X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=babf62426ee27ed8f6d6a39241b398f5354321ba;hb=79100c2ae2dac4bdde4f4d46b69e147562b4ec6c;hp=83c30ecd6a4836ca4ec6792c882b692c1a11497b;hpb=743341841a21a695d08c99b27a30329119030db5;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 83c30ec..babf624 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.57) -AC_INIT(yp2, 0.0.2, adam@indexdata.dk) +AC_INIT(metaproxy, 0.9, adam@indexdata.dk) AC_CONFIG_HEADERS(src/config.hpp) @@ -110,10 +110,7 @@ if test "$xsltdir" != "no"; then [Define to 1 if you have libxslt installed]) else AC_MSG_RESULT(Not found) - if test "$xsltdir" = "default"; then - AC_MSG_WARN([Libxslt development libraries not found.]) - else - AC_MSG_ERROR([libxslt development libraries not found.]) fi + AC_MSG_ERROR([libxslt required.]) fi fi