]> arthur.barton.de Git - netdata.git/commitdiff
enable compiling without libcap
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 4 Mar 2017 20:49:07 +0000 (22:49 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 4 Mar 2017 20:49:07 +0000 (22:49 +0200)
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.])