Compare commits

...

23 Commits

Author SHA1 Message Date
cvs2git
4178e37726 This commit was manufactured by cvs2git to create tag 'v9_6_0b1'. 2008-10-29 10:09:24 +00:00
cvs2git
a0a6bdc93b This commit was manufactured by cvs2git to create branch 'rt18694'. 2008-10-29 10:09:22 +00:00
cvs2git
be8d251568 This commit was manufactured by cvs2git to create branch 'rt18815'. 2008-10-28 05:17:41 +00:00
cvs2git
b1316fae35 This commit was manufactured by cvs2git to create branch 'rt18793'. 2008-10-24 23:18:19 +00:00
cvs2git
87ad9c5fc8 This commit was manufactured by cvs2git to create branch 'rt18802'. 2008-10-24 02:28:56 +00:00
cvs2git
2dab94ced6 This commit was manufactured by cvs2git to create branch 'rt18685'. 2008-10-24 00:52:50 +00:00
cvs2git
f3c0545bbb This commit was manufactured by cvs2git to create branch 'rt18046a'. 2008-10-22 01:11:43 +00:00
cvs2git
a75c9a1c95 This commit was manufactured by cvs2git to create branch 'rt18168'. 2008-10-22 01:11:42 +00:00
cvs2git
bdafc7bd48 This commit was manufactured by cvs2git to create branch 'rt18784'. 2008-10-18 01:11:40 +00:00
cvs2git
0c3347b44c This commit was manufactured by cvs2git to create branch 'rt17628'. 2008-10-16 01:11:20 +00:00
cvs2git
c8731cedab This commit was manufactured by cvs2git to create branch 'rt18516'. 2008-09-26 16:44:50 +00:00
cvs2git
2b1874751a This commit was manufactured by cvs2git to create branch 'rt18559'. 2008-09-26 01:31:20 +00:00
cvs2git
8e58167dc9 This commit was manufactured by cvs2git to create branch 'rt18632'. 2008-09-24 02:46:24 +00:00
cvs2git
56eddbe92e This commit was manufactured by cvs2git to create branch 'rt15452c'. 2008-09-18 23:18:48 +00:00
cvs2git
487ab87d5a This commit was manufactured by cvs2git to create branch 'rt18646'. 2008-09-16 23:18:43 +00:00
cvs2git
37f696e793 This commit was manufactured by cvs2git to create branch 'rt18634'. 2008-09-14 04:54:50 +00:00
cvs2git
fcbb608c1a This commit was manufactured by cvs2git to create branch 'rt18578'. 2008-09-05 01:12:07 +00:00
cvs2git
73c95f40b6 This commit was manufactured by cvs2git to create branch 'rt18441'. 2008-08-13 23:44:20 +00:00
cvs2git
6672a0f987 This commit was manufactured by cvs2git to create branch 'rt18493'. 2008-08-13 23:44:19 +00:00
cvs2git
33a0a47069 This commit was manufactured by cvs2git to create branch 'rt18348'. 2008-08-08 06:29:00 +00:00
cvs2git
976304a68d This commit was manufactured by cvs2git to create branch 'rt18029a'. 2008-08-05 23:18:22 +00:00
cvs2git
817a5035e3 This commit was manufactured by cvs2git to create branch 'rt18411'. 2008-07-29 23:19:08 +00:00
cvs2git
9cc0e3f4bc This commit was manufactured by cvs2git to create branch 'rt18374'. 2008-07-25 20:40:08 +00:00
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# $Id: configure,v 1.443 2008/10/29 10:09:21 fdupont Exp $
# $Id: configure,v 1.442 2008/10/21 02:43:08 marka Exp $
#
# Portions Copyright (C) 1996-2001 Nominum, Inc.
#
@@ -8672,7 +8672,7 @@ case "$use_libxml2" in
;;
auto|yes)
case X`(xml2-config --version) 2>/dev/null` in
X2.[67].*)
X2.6.*)
libxml2_libs=`xml2-config --libs`
libxml2_cflags=`xml2-config --cflags`
;;

View File

@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.457 $)
AC_REVISION($Revision: 1.456 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
@@ -1000,7 +1000,7 @@ case "$use_libxml2" in
;;
auto|yes)
case X`(xml2-config --version) 2>/dev/null` in
X2.[[67]].*)
X2.6.*)
libxml2_libs=`xml2-config --libs`
libxml2_cflags=`xml2-config --cflags`
;;