X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=4aa3af7d5b7eac90318746c262faee717e5d9acd;hb=439a2277918a60c04e9606dd3e9ef3d7e8dcd856;hp=e3d09da6c063fc5eb5f1435a0bfc3a86a1eca9ec;hpb=e1565a0ea91cdc31394183953811653506e2e15f;p=collectd.git diff --git a/configure.ac b/configure.ac index e3d09da6..4aa3af7d 100644 --- a/configure.ac +++ b/configure.ac @@ -1638,10 +1638,11 @@ PKG_CHECK_MODULES([HAL], [hal], ]) CPPFLAGS="$SAVE_CPPFLAGS" ], - [] + [ : ] ) LIBS="$SAVE_LIBS" - ] + ], + [ : ] ) AC_SUBST(BUILD_WITH_LIBHAL_CFLAGS) AC_SUBST(BUILD_WITH_LIBHAL_LIBS)