Start of hostinfo daemon / play with APR.
[virt-hostinfo.git] / configure.ac
index 8afb6b4..ba55b09 100644 (file)
@@ -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])