You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2013/09/07 01:27:46 UTC

git commit: one last fix hopefully for finding the xml parser, changed from an error message to a warning when it can't find xml2

Updated Branches:
  refs/heads/master f7c09fd0a -> 2529257cb


one last fix hopefully for finding the xml parser, changed from an error
message to a warning when it can't find xml2


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2529257c
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/2529257c
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/2529257c

Branch: refs/heads/master
Commit: 2529257cb14f0d670b405d299aee88dff472c423
Parents: f7c09fd
Author: Bryan Call <bc...@apache.org>
Authored: Fri Sep 6 16:26:20 2013 -0700
Committer: Bryan Call <bc...@apache.org>
Committed: Fri Sep 6 16:26:20 2013 -0700

----------------------------------------------------------------------
 build/xml.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2529257c/build/xml.m4
----------------------------------------------------------------------
diff --git a/build/xml.m4 b/build/xml.m4
index d4b4356..806a997 100644
--- a/build/xml.m4
+++ b/build/xml.m4
@@ -97,7 +97,7 @@ AC_DEFUN([TS_CHECK_XML_LIBXML2], [
       TS_ADDTO(LIBS, -lxml2)
       enable_xml=yes
     else
-      AC_MSG_ERROR(["Failed to find libxml2"])
+      AC_MSG_WARN(["Failed to find libxml2"])
     fi
   fi
 ])