From: Lars Op den Kamp Date: Sat, 3 Mar 2012 16:01:42 +0000 (-0800) Subject: Merge pull request #27 from Fneufneu/master X-Git-Tag: upstream/2.2.0~1^2~31^2~104 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f99b4d1a21d99436a3e49733e7b83276a6362cbf;hp=-c;p=deb_libcec.git Merge pull request #27 from Fneufneu/master FreeBSD support --- f99b4d1a21d99436a3e49733e7b83276a6362cbf diff --combined configure.ac index 23b1a4e,209ecf6..2b1e930 --- a/configure.ac +++ b/configure.ac @@@ -8,12 -8,14 +8,15 @@@ has_libudev="yes case "${host}" in *-*-linux*) PKG_CHECK_MODULES([UDEV],[libudev],,[has_libudev="no";AC_MSG_WARN("library 'udev' is missing - adapter detection will not be available")]) + LIBS+=" -lrt" ;; *-apple-darwin*) has_libudev="no"; LIBS+="-framework CoreVideo -framework IOKit" ;; + *-freebsd*) + has_libudev="no" + ;; esac if test "x$has_libudev" != "xno"; then