Correction of namespeaces
[xmldoc.git] / configure.ac
index 07db59f..9966c56 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.59])
-AC_INIT([xmldoc], [0.7], [arjen@andromeda.nl])
+AC_INIT([xmldoc], [0.8], [arjen@andromeda.nl])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
 dnl Checks for programs.
@@ -27,7 +27,7 @@ AC_CHECK_LIB(exslt, main)
 dnl Replace `main' with a function in -lxml2:
 AC_CHECK_LIB(xml2, xmlParseFile)
 dnl Replace `main' with a function in -lxslt:
-AC_CHECK_LIB(xslt, main)
+AC_CHECK_LIB(xslt, xsltProcess)
 
 dnl Checks for header files.
 AC_HEADER_STDC