From 149e2cdbb2191eeaa9eaca4038b62a802800bad1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 26 May 2006 15:07:08 +0000 Subject: [PATCH] Check for xsltSaveResultToString presence. --- yaz_libxml2.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/yaz_libxml2.m4 b/yaz_libxml2.m4 index 01dfdee..02eb1b4 100644 --- a/yaz_libxml2.m4 +++ b/yaz_libxml2.m4 @@ -135,4 +135,8 @@ if test "$exsltdir" != "no"; then fi fi fi +OLIBS=$LIBS +LIBS="$LIBS $XML2_LIBS" +AC_CHECK_FUNCS([xsltSaveResultToString]) +LIBS=$OLIBS ]) -- 1.7.10.4