From ccbc40340b7b472939a90ae8afc0a82b358ce189 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 3 Jan 2012 12:33:37 -0800 Subject: intel: Add a regression test program for intel_decode.c. Reviewed-by: Daniel Vetter --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5f144bcf..540622fe 100644 --- a/configure.ac +++ b/configure.ac @@ -114,6 +114,8 @@ AC_CHECK_FUNCS([clock_gettime], [CLOCK_LIB=], [AC_MSG_ERROR([Couldn't find clock_gettime])])]) AC_SUBST([CLOCK_LIB]) +AC_CHECK_FUNCS([open_memstream], [HAVE_OPEN_MEMSTREAM=yes]) + dnl Use lots of warning flags with with gcc and compatible compilers dnl Note: if you change the following variable, the cache is automatically -- cgit v1.2.3