From: Ruben Kerkhof Date: Sun, 24 Jul 2016 17:03:29 +0000 (+0200) Subject: Fix build when hal is not installed X-Git-Tag: collectd-5.6.0~155 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4b5ba71b9e298ce50fd61fbbc5d0926c3241239d;p=collectd.git Fix build when hal is not installed --- diff --git a/configure.ac b/configure.ac index e3d09da6..56d22c26 100644 --- a/configure.ac +++ b/configure.ac @@ -1641,7 +1641,8 @@ PKG_CHECK_MODULES([HAL], [hal], [] ) LIBS="$SAVE_LIBS" - ] + ], + [ : ] ) AC_SUBST(BUILD_WITH_LIBHAL_CFLAGS) AC_SUBST(BUILD_WITH_LIBHAL_LIBS)