X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=614c8d1a47c336527862730beb8a2aded0984c65;hp=4dfd37c31ad89af54b99dbacbe4e65fe0b9e7ecf;hb=7e078ad1e690a390671a52e321276a03e3088fde;hpb=6c1494fd8daa571cf08ca27e274d9abcdd65b053 diff --git a/configure.ac b/configure.ac index 4dfd37c31..614c8d1a4 100644 --- a/configure.ac +++ b/configure.ac @@ -133,6 +133,8 @@ CONFDIR=`eval echo $sysconfdir` AC_SUBST(CONFDIR) AC_DEFINE_UNQUOTED([CONFIG_LTTNG_SYSTEM_CONFIGDIR],"$CONFDIR", [LTTng system configuration directory.]) +AC_DEFINE_DIR([CONFIG_LTTNG_SYSTEM_DATADIR],[datadir], [LTTng system data directory.]) + # # Check for pthread AC_CHECK_LIB([pthread], [pthread_create], [], @@ -144,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],