X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=4446f29065c65efc6d7f0544b0e92c7807e9b578;hp=1ed70d71a30919b26900cb1da13f36a44dfbb4e1;hb=48c3d8f9bd8109bfeb7b5ed0c86f0692dbef1be7;hpb=70bd0a12b09ce7f233189cf07e090fda593ebc48 diff --git a/configure.ac b/configure.ac index 1ed70d71..4446f290 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([babeltrace], [0.5], [mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace], [0.7], [mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -40,6 +40,10 @@ AC_CHECK_LIB([uuid], [uuid_generate], [], [AC_MSG_ERROR([Cannot find libuuid. Use [LDFLAGS]=-Ldir to specify its location.])] ) +AC_CHECK_LIB([popt], [poptGetContext], [], + [AC_MSG_ERROR([Cannot find popt.])] +) + pkg_modules="gmodule-2.0 >= 2.0.0" PKG_CHECK_MODULES(GMODULE, [$pkg_modules]) AC_SUBST(PACKAGE_LIBS)