X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=yaz_libxml2.m4;h=26e474f132fa82a85986c3f1dd3ccf294477e5e4;hb=cbe5631365b3ef5a840942cab5e03a50a665fe07;hp=bbc86fe851749312dd39967a0142f6b89a69459c;hpb=01086fa65e1238c158723ddde8ed68d9f95865f1;p=m4-moved-to-github.git diff --git a/yaz_libxml2.m4 b/yaz_libxml2.m4 index bbc86fe..26e474f 100644 --- a/yaz_libxml2.m4 +++ b/yaz_libxml2.m4 @@ -13,7 +13,6 @@ if test "$xml2dir" = "yes" -o "$xml2dir" = "default"; then fi fi if test -z "$pkgmodule"; then - AC_MSG_RESULT([using xml2-config]) for d in /usr /usr/local; do if test -x $d/bin/xml2-config; then xml2dir=$d @@ -45,6 +44,7 @@ if test "$xml2dir" != "no"; then AC_MSG_ERROR([libxml2 development libraries not found.]) fi fi + XML2_LIBS=`echo $XML2_LIBS|sed 's@-./usr/lib @@g'` fi ]) @@ -98,6 +98,7 @@ if test "$xsltdir" != "no"; then AC_MSG_ERROR([libXSLT development libraries not found.]) fi fi + XML2_LIBS=`echo $XML2_LIBS|sed 's@-./usr/lib @@g'` fi ])