From e59f00fb43c2b83bdadb17fa35c3018f817a3806 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 5 Apr 2015 16:40:11 +0100 Subject: configure: request/set the compiler in C99 mode Required by intel and drmstat at least. Considering that every compiler used to build libdrm is C99 compatible, just enable it for the whole build. Signed-off-by: Emil Velikov --- intel/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'intel/Makefile.am') diff --git a/intel/Makefile.am b/intel/Makefile.am index de3baab9..d0045684 100644 --- a/intel/Makefile.am +++ b/intel/Makefile.am @@ -42,8 +42,6 @@ libdrm_intel_la_LIBADD = ../libdrm.la \ libdrm_intel_la_SOURCES = $(LIBDRM_INTEL_FILES) -intel_bufmgr_gem_o_CFLAGS = $(AM_CFLAGS) -c99 - libdrm_intelincludedir = ${includedir}/libdrm libdrm_intelinclude_HEADERS = $(LIBDRM_INTEL_H_FILES) -- cgit v1.2.3