[cogl/wip/android: 2/12] build: Fix the Win32 platform test for GLES1
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/android: 2/12] build: Fix the Win32 platform test for GLES1
- Date: Mon, 16 May 2011 16:54:36 +0000 (UTC)
commit 770d7bec85c5506f2818e62bc9bd2f2a2a188451
Author: Damien Lespiau <damien lespiau intel com>
Date: Thu May 12 14:26:54 2011 +0100
build: Fix the Win32 platform test for GLES1
We want to bail out if trying to configure Cogl with GLES1 on Windows.
Not the opposite.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1fda551..8a8404c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -307,7 +307,7 @@ AC_ARG_ENABLE(
)
AS_IF([test "x$enable_gles1" = "xyes"],
[
- AS_IF([test "x$platform_win32" != "xyes"],
+ AS_IF([test "x$platform_win32" = "xyes"],
[AC_MSG_ERROR([GLES 1 not available for win32])])
DRIVER_COUNT=$((DRIVER_COUNT + 1))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]