[xmlsec] fix --with-libxslt-src (patch from Roumen)



commit ee8c1eb12f9c7a64670416cdf4ee788ea4940472
Author: Aleksey Sanin <aleksey aleksey com>
Date:   Sun Oct 25 10:32:59 2009 -0800

    fix --with-libxslt-src (patch from Roumen)

 ChangeLog    |    3 +++
 configure.in |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 15391d5..4474b47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-10-25 Aleksey Sanin  <aleksey aleksey com>
+	* Fix --with-libxslt-src (patch from Roumen)
+
 2009-09-12 Aleksey Sanin  <aleksey aleksey com>
 	* Preparation for 1.2.13 release
 
diff --git a/configure.in b/configure.in
index 2bf1fdb..f892fd7 100644
--- a/configure.in
+++ b/configure.in
@@ -270,8 +270,8 @@ elif test "z$with_libxslt_src" != "z" ; then
     if cd "$with_libxslt_src" ; then 
 	SRC_DIR=`pwd`
 	LIBXSLT_CONFIG=${SRC_DIR}/xslt-config
-	LIBXSLT_LIBS="-L${SRC_DIR}/.libs -lxslt"
-	LIBXSLT_CFLAGS="-I${SRC_DIR}/include"
+	LIBXSLT_LIBS="-L${SRC_DIR}/libxslt/.libs -lxslt"
+	LIBXSLT_CFLAGS="-I${SRC_DIR}"
 	LIBXSLT_FOUND="yes"
 	cd $CWD
 	AC_MSG_RESULT([yes (source)])    



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]