[asterisk-commits] [svn-commits] russell: branch russell/events r110872 - /team/russell/events/configure.ac
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Mar 26 10:58:06 CDT 2008
Author: russell
Date: Wed Mar 26 10:58:06 2008
New Revision: 110872
URL: http://svn.digium.com/view/asterisk?view=rev&rev=110872
Log:
update libxml2 check
Modified:
team/russell/events/configure.ac
Modified: team/russell/events/configure.ac
URL: http://svn.digium.com/view/asterisk/team/russell/events/configure.ac?view=diff&rev=110872&r1=110871&r2=110872
==============================================================================
--- team/russell/events/configure.ac (original)
+++ team/russell/events/configure.ac Wed Mar 26 10:58:06 2008
@@ -1499,7 +1499,8 @@
AST_EXT_LIB_CHECK([X11], [X11], [XOpenDisplay], [X11/Xlib.h],,, [standard_path])
AST_EXT_LIB_CHECK([X11], [X11], [XOpenDisplay], [X11/Xlib.h],, [-I/usr/X11R6/include], [X11R6])
-AST_EXT_LIB_CHECK([XML2], [xml2], [xmlCreatePushParserCtxt], [])
+AST_EXT_TOOL_CHECK([XML2], [xml2])
+AST_EXT_LIB_CHECK([XML2], [xml2], [xmlCreatePushParserCtxt], [], [${XML2_LIB}], [${XML2_INCLUDE}])
if test "${cross_compiling}" = "no";
then
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--
svn-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/svn-commits
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the asterisk-commits
mailing list