X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=a8fd7f7ecff3f785e59a5960b8c0bd25763459c9;hb=33fbd46910b681a74b2493cff8c86979ec35ccc9;hp=54f82cfbdfd94b86a8195aea22adbee9cea5cb02;hpb=7f63e090725a1ef24e02a849190c4cfc70bba777;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 54f82cfbd..a8fd7f7ec 100644 --- a/configure.ac +++ b/configure.ac @@ -147,7 +147,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, 1, AC_MSG_ERROR(No supported version of libxml2 found.)) +AM_PATH_XML2(2.7.6, true, AC_MSG_ERROR(No supported version of libxml2 found.)) # Check for libuuid AC_CHECK_LIB([uuid], [uuid_generate],