diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-05-31 10:25:22 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-05-31 10:43:00 +0800 |
commit | 8e1b375a8d186c0241239630f766f20513fa5371 (patch) | |
tree | 402932c89a6c078068b6ed7c4d7205f77ba38480 /configs | |
parent | c08449b78ee95c90f95983fbd6b964ac6d09a748 (diff) |
autoconf: Remove unused APIS.
It was used by glapi, which has been moved to mapi.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/autoconf.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index 0b5be0c2ca..b7e8d8ee90 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -15,7 +15,6 @@ ASM_FLAGS = @ASM_FLAGS@ PIC_FLAGS = @PIC_FLAGS@ DEFINES = @DEFINES@ API_DEFINES = @API_DEFINES@ -APIS = @APIS@ GLES_OVERLAY = @GLES_OVERLAY@ CFLAGS = @CPPFLAGS@ @CFLAGS@ \ $(OPT_FLAGS) $(PIC_FLAGS) $(ARCH_FLAGS) $(ASM_FLAGS) $(DEFINES) |