From 0f68032a7cebe740421e5de4586d13c99a8728ab Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Tue, 27 Apr 2010 13:42:33 -0400 Subject: configure.ac: Add options to enable GLES1/2 API support --- configs/autoconf.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/autoconf.in b/configs/autoconf.in index b6cc9b3b73..c89441b251 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -14,6 +14,7 @@ ARCH_FLAGS = @ARCH_FLAGS@ ASM_FLAGS = @ASM_FLAGS@ PIC_FLAGS = @PIC_FLAGS@ DEFINES = @DEFINES@ +API_DEFINES = @API_DEFINES@ CFLAGS = @CPPFLAGS@ @CFLAGS@ \ $(OPT_FLAGS) $(PIC_FLAGS) $(ARCH_FLAGS) $(ASM_FLAGS) $(DEFINES) CXXFLAGS = @CPPFLAGS@ @CXXFLAGS@ \ -- cgit v1.2.3