Fix build when hal is not installed
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 17:03:29 +0000 (19:03 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 17:03:29 +0000 (19:03 +0200)
configure.ac

index e3d09da..56d22c2 100644 (file)
@@ -1641,7 +1641,8 @@ PKG_CHECK_MODULES([HAL], [hal],
       []
     )
     LIBS="$SAVE_LIBS"
-  ]
+  ],
+  [ : ]
 )
 AC_SUBST(BUILD_WITH_LIBHAL_CFLAGS)
 AC_SUBST(BUILD_WITH_LIBHAL_LIBS)