[Tomoe-cvs 1026] CVS update: tomoe

Back to archive index

Kouhei Sutou kous****@users*****
2006年 11月 25日 (土) 23:16:55 JST


Index: tomoe/ChangeLog
diff -u tomoe/ChangeLog:1.232 tomoe/ChangeLog:1.233
--- tomoe/ChangeLog:1.232	Sat Nov 25 20:19:26 2006
+++ tomoe/ChangeLog	Sat Nov 25 23:16:55 2006
@@ -1,3 +1,7 @@
+2006-11-25  Kouhei Sutou  <kou****@cozmi*****>
+
+	* configure.in: removed dependency on libxml.
+
 2006-11-25  Takuro Ashie  <ashie****@homa*****>
 
 	* lib/tomoe-dict.c: clean up.
Index: tomoe/configure.in
diff -u tomoe/configure.in:1.23 tomoe/configure.in:1.24
--- tomoe/configure.in:1.23	Fri Nov 24 11:27:51 2006
+++ tomoe/configure.in	Sat Nov 25 23:16:55 2006
@@ -79,14 +79,9 @@
 PKG_PROG_PKG_CONFIG()
 
 dnl **************************************************************
-dnl Checks for libxml
+dnl Checks for xsltproc
 dnl **************************************************************
 
-error_message="Could not find libxml2 anywhere, check ftp://xmlsoft.org/."
-PKG_CHECK_MODULES(LIBXML, libxml-2.0,
-                  [],
-                  [AC_MSG_ERROR([$error_message])])
-
 AC_PATH_PROG(XSLTPROC, xsltproc, none)
 
 dnl **************************************************************


tomoe-cvs メーリングリストの案内
Back to archive index