From: Lars Op den Kamp Date: Tue, 9 Oct 2012 11:05:29 +0000 (+0200) Subject: fixed darwin compilation X-Git-Tag: upstream/2.2.0~1^2~16^2~1 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=3de59124328ecf15b1f1abdba73f9521322eb0fa fixed darwin compilation --- diff --git a/configure.ac b/configure.ac index 9676992..d3b17e9 100644 --- a/configure.ac +++ b/configure.ac @@ -207,6 +207,7 @@ case "${host}" in *-apple-darwin*) AC_CHECK_HEADER(mach/mach_time.h,,AC_MSG_ERROR($msg_required_header_missing)) AC_CHECK_HEADER(CoreVideo/CVHostTime.h,,AC_MSG_ERROR($msg_required_header_missing)) + AC_DEFINE([TARGET_DARWIN], [1], [Darwin target]) ;; esac