]> arthur.barton.de Git - netdata.git/blobdiff - configure.ac
enable compiling without libcap
[netdata.git] / configure.ac
index 5b187ca9d4afae70199bc267b1338e16bb4e9a3e..26308d8cb394569c7e75b7a1fd39dab59b6eecfc 100644 (file)
@@ -296,7 +296,7 @@ PKG_CHECK_MODULES(
             [have_libcap=no]
         )],
         [have_libcap=no]
-    )]
+    )],
     [have_libcap=no]
 )
 test "${with_libcap}" = "yes" -a "${have_libcap}" != "yes" && AC_MSG_ERROR([libcap required but not found.])