X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=configure.ac;h=babf62426ee27ed8f6d6a39241b398f5354321ba;hb=79100c2ae2dac4bdde4f4d46b69e147562b4ec6c;hp=8a2173accf525cbb91fd82945e6bd9265ab9ada1;hpb=2da3ccfae453664a32f544103ca54c742f912ecd;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 8a2173a..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.3, 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