Rename from yp2 to metaproxy. The namespace for all definitions
[metaproxy-moved-to-github.git] / configure.ac
index 83c30ec..babf624 100644 (file)
@@ -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