X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=afb435da31457a7aa02e671ff235e57de702d2eb;hb=b1257aedd7279a75969144bb1380bd24bc8f6113;hp=e4105c3d88b1d81674f3ff38a4d2fad642cb1783;hpb=9d2614f07691a813a3c560a6c0bcd0a7be854ed5;p=userspace-rcu.git diff --git a/configure.ac b/configure.ac index e4105c3..afb435d 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,9 @@ AM_PROG_MKDIR_P AC_CONFIG_HEADERS([config.h urcu/config.h]) +#for tests +AM_PATH_GLIB_2_0(2.22.0, ,AC_MSG_ERROR([glib is required in order to compile BabelTrace - download it from ftp://ftp.gtk.org/pub/gtk]) , gmodule) + # Keep at the end to do not pollute installed header. AH_TEMPLATE([CONFIG_RCU_SMP], [Enable SMP support. With SMP support enabled, uniprocessors are also supported. With SMP support disabled, UP systems work fine, but the behavior of SMP systems is undefined.]) AH_TEMPLATE([CONFIG_RCU_HAVE_FENCE], [Defined when on a system that has memory fence instructions.])