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