1*cdf0e10cSrcweir--- misc/xmlsec1-1.2.14/configure	Wed Jun 30 11:55:36 2010
2*cdf0e10cSrcweir+++ misc/build/xmlsec1-1.2.14/configure	Wed Jun 30 11:57:28 2010
3*cdf0e10cSrcweir@@ -12077,7 +12077,7 @@
4*cdf0e10cSrcweir   ;;
5*cdf0e10cSrcweir   *)
6*cdf0e10cSrcweir   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7*cdf0e10cSrcweir-as_dummy="$with_libxml/bin:$PATH"
8*cdf0e10cSrcweir+as_dummy="$with_libxml${with_libxml:+/bin:}$PATH"
9*cdf0e10cSrcweir for as_dir in $as_dummy
10*cdf0e10cSrcweir do
11*cdf0e10cSrcweir   IFS=$as_save_IFS
12*cdf0e10cSrcweir@@ -12258,7 +12258,7 @@
13*cdf0e10cSrcweir   ;;
14*cdf0e10cSrcweir   *)
15*cdf0e10cSrcweir   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16*cdf0e10cSrcweir-as_dummy="$with_libxslt/bin:$PATH"
17*cdf0e10cSrcweir+as_dummy="$with_libxslt${with_libxslt:+/bin:}$PATH"
18*cdf0e10cSrcweir for as_dir in $as_dummy
19*cdf0e10cSrcweir do
20*cdf0e10cSrcweir   IFS=$as_save_IFS
21*cdf0e10cSrcweir--- misc/xmlsec1-1.2.14/configure.in	Wed Jun 30 11:55:37 2010
22*cdf0e10cSrcweir+++ misc/build/xmlsec1-1.2.14/configure.in	Wed Jun 30 11:53:55 2010
23*cdf0e10cSrcweir@@ -231,7 +231,7 @@
24*cdf0e10cSrcweir if test "z$LIBXML_FOUND" = "zno" ; then
25*cdf0e10cSrcweir     if test "z$with_libxml" != "zyes" ; then
26*cdf0e10cSrcweir 	AC_PATH_PROG([LIBXML_CONFIG], [$LIBXML_CONFIG], [],
27*cdf0e10cSrcweir-		     [$with_libxml/bin:$PATH])
28*cdf0e10cSrcweir+		     [$with_libxml${with_libxml:+/bin:}$PATH])
29*cdf0e10cSrcweir     fi
30*cdf0e10cSrcweir     AC_MSG_CHECKING([libxml2 $LIBXML_CONFIG ])
31*cdf0e10cSrcweir     if ! LIBXML_VERSION=`$LIBXML_CONFIG --version 2>/dev/null`; then
32*cdf0e10cSrcweir@@ -296,7 +296,7 @@
33*cdf0e10cSrcweir if test "z$LIBXSLT_FOUND" = "zno" ; then
34*cdf0e10cSrcweir     if test "z$with_libxslt" != "zyes" ; then
35*cdf0e10cSrcweir 	AC_PATH_PROG([LIBXSLT_CONFIG], [$LIBXSLT_CONFIG], [],
36*cdf0e10cSrcweir-		     [$with_libxslt/bin:$PATH])
37*cdf0e10cSrcweir+		     [$with_libxslt${with_libxslt:+/bin:}:$PATH])
38*cdf0e10cSrcweir     fi
39*cdf0e10cSrcweir     AC_MSG_CHECKING(for libxslt libraries >= $LIBXSLT_MIN_VERSION)
40*cdf0e10cSrcweir     if ! LIBXSLT_VERSION=`$LIBXSLT_CONFIG --version 2>/dev/null`; then
41