From kde-commits Wed Nov 26 13:34:59 2003 From: Adriaan de Groot Date: Wed, 26 Nov 2003 13:34:59 +0000 To: kde-commits Subject: kdeutils/klaptopdaemon X-MARC-Message: https://marc.info/?l=kde-commits&m=106985373507052 CVS commit by adridg: Deal with FBSD versions with no APM (like amd64, sparc64) M +1 -0 configure.in.in 1.4 M +2 -2 portable.cpp 1.84 --- kdeutils/klaptopdaemon/configure.in.in #1.3:1.4 @@ -2,2 +2,3 @@ AC_DEFINE_UNQUOTED(PATH_TPCTL, "$TPCTL", [Defines the executable of tpctl]) +AC_CHECK_HEADERS(machine/apm_bios.h) --- kdeutils/klaptopdaemon/portable.cpp #1.83:1.84 @@ -1977,5 +1977,5 @@ laptop_portable::get_button(LaptopButton } -#elif defined(__FreeBSD__) +#elif defined(__FreeBSD__) && HAVE_MACHINE_APM_BIOS_H /*