[MPlayer-cvslog] r34132 - trunk/configure
Diego Biurrun
diego at biurrun.de
Mon Sep 26 11:56:10 CEST 2011
On Sun, Sep 25, 2011 at 03:28:25PM +0200, reimar wrote:
>
> --- trunk/configure Sun Sep 25 11:58:58 2011 (r34131)
> +++ trunk/configure Sun Sep 25 15:28:25 2011 (r34132)
> @@ -89,6 +89,15 @@ cxx_check() {
>
> +cpp_condition_check() {
> + cat > $TMPC << EOF
> +#if !($1)
> +#error condition not true: $1
> +#endif
> +EOF
> + compile_check $TMPC $@
> +}
Nice one, I meant to implement this for some time, you beat me to it.
Diego
More information about the MPlayer-cvslog
mailing list