From 4b5ba71b9e298ce50fd61fbbc5d0926c3241239d Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 24 Jul 2016 19:03:29 +0200 Subject: [PATCH] Fix build when hal is not installed --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.11.0