projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c42d84
)
Fix: Fail configuration if libxml2 is not found
author
Jérémie Galarneau
<jeremie.galarneau@efficios.com>
Mon, 10 Feb 2014 20:31:46 +0000
(15:31 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 10 Mar 2014 19:09:49 +0000
(15:09 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 56f7475cfa4b8302f2405287dc4c7db46857910e..614c8d1a47c336527862730beb8a2aded0984c65 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-146,7
+146,7
@@
AC_CHECK_LIB([popt], [poptGetContext], [],
[AC_MSG_ERROR([Cannot find libpopt. Use [LDFLAGS]=-Ldir to specify its location.])]
)
-AM_PATH_XML2(2.7.6)
+AM_PATH_XML2(2.7.6
, 1, AC_MSG_ERROR(No supported version of libxml2 found.)
)
# Check for libuuid
AC_CHECK_LIB([uuid], [uuid_generate],
This page took
0.026192 seconds
and
4
git commands to generate.