X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=ba55b09bd36e32712373c07eb1fad1fd8d71df29;hb=2da7bf9c87d07e5732382eb65b26a679e16d3cec;hp=8afb6b4bf0a04c246b058eb3c6e55709d2e7adab;hpb=56a3b79fbdcb80ef68f0311ca1d6af8b0789bff1;p=virt-hostinfo.git diff --git a/configure.ac b/configure.ac index 8afb6b4..ba55b09 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,9 @@ AM_PROG_CC_C_O dnl Check support for 64 bit file offsets. AC_SYS_LARGEFILE +dnl Check for required packages using pkg-config. +PKG_CHECK_MODULES([HOSTINFOD],[apr-1 >= 1.3]) + dnl Produce output files. AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile hostinfod/Makefile])