Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 501644 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac (-12 / +1 lines)
Lines 1351-1368 AC_CHECK_LIB(resolv, res_search, Link Here
1351
AM_CONDITIONAL(BUILD_WITH_LIBRESOLV, test "x$with_libresolv" = "xyes")
1351
AM_CONDITIONAL(BUILD_WITH_LIBRESOLV, test "x$with_libresolv" = "xyes")
1352
dnl Check for HAL (hardware abstraction library)
1352
dnl Check for HAL (hardware abstraction library)
1353
with_libhal="yes"
1353
with_libhal="no"
1354
AC_CHECK_LIB(hal,libhal_device_property_exists,
1355
	     [AC_DEFINE(HAVE_LIBHAL, 1, [Define to 1 if you have 'hal' library])],
1356
	     [with_libhal="no"])
1357
if test "x$with_libhal" = "xyes"; then
1358
	if test "x$PKG_CONFIG" != "x"; then
1359
		BUILD_WITH_LIBHAL_CFLAGS="`pkg-config --cflags hal`"
1360
		BUILD_WITH_LIBHAL_LIBS="`pkg-config --libs hal`"
1361
		AC_SUBST(BUILD_WITH_LIBHAL_CFLAGS)
1362
		AC_SUBST(BUILD_WITH_LIBHAL_LIBS)
1363
	fi
1364
fi
1365
m4_divert_once([HELP_WITH], [
1354
m4_divert_once([HELP_WITH], [
1366
collectd additional packages:])
1355
collectd additional packages:])

Return to bug 501644