On Mon, Feb 18, 2013 at 10:06 PM, Vinson Lee <v...@freedesktop.org> wrote:
> MinGW does not have clock_gettime.
>
> Signed-off-by: Vinson Lee <v...@freedesktop.org>
> ---
>  configure.ac | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> index 16c2f8c..57d3a70 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -502,6 +502,8 @@ AC_SUBST([DLOPEN_LIBS])
>  case "$host_os" in
>  darwin*)
>      ;;
> +mingw*)
> +    ;;
>  *)
>      AC_CHECK_FUNCS([clock_gettime], [CLOCK_LIB=],
>                     [AC_CHECK_LIB([rt], [clock_gettime], [CLOCK_LIB=-lrt],
> --
> 1.8.1.2

I think you can just do

darwin*|mingw*)
    ;;
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to