]> git.ipfire.org Git - collecty.git/blobdiff - configure.ac
Rename cpu plugin to 'processor'
[collecty.git] / configure.ac
index c0e8011e997af18aedcf996283bd3a21e540122f..9b540fd6f15f6f1657afe0c564a8c91eaeedc255 100644 (file)
@@ -21,7 +21,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([collecty],
-       [002],
+       [003],
        [info@ipfire.org],
        [collecty],
        [http://git.ipfire.org/?p=oddments/collecty.git;a=summary])
@@ -61,6 +61,8 @@ AC_PROG_GCC_TRADITIONAL
 
 AC_PATH_PROG([XSLTPROC], [xsltproc])
 
+PKG_CHECK_MODULES([OPING], [liboping])
+
 # Python
 AM_PATH_PYTHON([3.2])
 PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}])