X-Git-Url: http://git.indexdata.com/?p=m4-moved-to-github.git;a=blobdiff_plain;f=yaz_libxml2.m4;fp=yaz_libxml2.m4;h=26e474f132fa82a85986c3f1dd3ccf294477e5e4;hp=5f3641dc61b997244111ef9ca2e4e7f60ee32b1f;hb=c40c0aca772c390de538192e144b79af3831f0d7;hpb=58092fa51c66ace9beb4b058854266c7134f18a6 diff --git a/yaz_libxml2.m4 b/yaz_libxml2.m4 index 5f3641d..26e474f 100644 --- a/yaz_libxml2.m4 +++ b/yaz_libxml2.m4 @@ -44,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 ]) @@ -97,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 ])