summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2011-06-12 13:24:10 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2011-06-12 13:24:10 +0800
commitf7dab0abd585a226f6e33fe8eaf360dfdeb6bcbe (patch)
tree1f6d06b3c082cc46749e9453fd9001976beca671
parentd1fc9ac1f84336251462b8eeaaba8baf6ebd32f1 (diff)
configure.ac: remove the extra ],
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 610be2e..2538a37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,7 +182,7 @@ fi
AM_CONDITIONAL(HAVE_OPENGL, [test "x$no_gl" != x"yes" ])
AM_CONDITIONAL(HAVE_X, [test "x$no_x" != x"yes" ])
if test "x$no_x" != x"yes"; then
- AC_DEFINE_UNQUOTED(HAVE_X, 1, [defined if you have X headers and libraries])],
+ AC_DEFINE_UNQUOTED(HAVE_X, 1, [defined if you have X headers and libraries])
fi
SDL_FREETYPE_OPENGLES_REQUIRES="sdl-freetype"