projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1226611
)
- configure.in doesn't seem to like >= 2.6.0 in a warning message
author
John (J5) Palmieri
<johnp@redhat.com>
Thu, 10 Aug 2006 21:33:06 +0000
(21:33 +0000)
committer
John (J5) Palmieri
<johnp@redhat.com>
Thu, 10 Aug 2006 21:33:06 +0000
(21:33 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 2465d824ddd8f2bf8d0f77a8ffb9a363734597bc..ffaf0199a7d2638ab0ea93cb103e528f2094ea5c 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-632,7
+632,7
@@
if test x$with_xml = xexpat; then
elif test x$with_xml = xlibxml; then
dbus_use_libxml=true
if ! $have_libxml ; then
- AC_MSG_ERROR([Explicitly requested libxml but libxml
>= 2.6.0
not found])
+ AC_MSG_ERROR([Explicitly requested libxml but libxml not found])
fi
else
### expat is the default because libxml can't currently survive