1 --- misc/xmlsec1-1.2.14/configure.in Wed Jun 30 11:55:37 2010
2 +++ misc/build/xmlsec1-1.2.14/configure.in Wed Jun 30 11:53:55 2010
4 if test "z$LIBXML_FOUND" = "zno" ; then
5 if test "z$with_libxml" != "zyes" ; then
6 AC_PATH_PROG([LIBXML_CONFIG], [$LIBXML_CONFIG], [],
7 - [$with_libxml/bin:$PATH])
8 + [$with_libxml${with_libxml:+/bin:}$PATH])
10 AC_MSG_CHECKING([libxml2 $LIBXML_CONFIG ])
11 if ! LIBXML_VERSION=`$LIBXML_CONFIG --version 2>/dev/null`; then
13 if test "z$LIBXSLT_FOUND" = "zno" ; then
14 if test "z$with_libxslt" != "zyes" ; then
15 AC_PATH_PROG([LIBXSLT_CONFIG], [$LIBXSLT_CONFIG], [],
16 - [$with_libxslt/bin:$PATH])
17 + [$with_libxslt${with_libxslt:+/bin:}:$PATH])
19 AC_MSG_CHECKING(for libxslt libraries >= $LIBXSLT_MIN_VERSION)
20 if ! LIBXSLT_VERSION=`$LIBXSLT_CONFIG --version 2>/dev/null`; then